lion/packages/ajax/docs/assets/data.json
Thomas Allmer bcd074d1fb feat: use markdown javascript (mdjs) for documentation
Co-authored-by: CubLion <alex.ghiu@ing.com>
2020-05-29 17:01:15 +02:00

16 lines
212 B
JSON

{
"animals": {
"cow": {
"type": "mammal",
"limbs": 4
},
"frog": {
"type": "amphibian",
"limbs": 4
},
"snake": {
"type": "reptile",
"limbs": 0
}
}
}