json

Ruby code posted
created at 08 Apr 09:12, updated at 08 Apr 09:13

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    animals:{
        dog:[
            {
                name:'Rufus',
                breed:'labrador'
            },
            {
                name:'Marty',
                breed:'whippet'
            }
        ],
        cat:{
            name:'Matilda'
        }
    }
}
297 Bytes in 3 ms with coderay