easyjson
Version:
An easy way to manipulate JSON file with add/delete/modify/get json data, support nested data.
32 lines • 653 B
JSON
{
"version": "0.1.1",
"project": "easyjson",
"author": {
"name": "Tinple",
"contact": {
"email": "htinple@gmail.com"
},
"pet": [
{
"name": "timi",
"age": 6
},
{
"name": "lucy",
"age": 3
}
]
},
"files": [
{
"name": "Tinple",
"girl": "Kristine",
"test": {
"BDDTDD": "mocha",
"BDD": "should"
}
},
"easyjson.js"
],
"repo": "https://github.com/Tinple/easyjson"
}