json10
Version:
Handle circural references, comments and many more inside JSON
32 lines (31 loc) • 699 B
JSON
{
"website": {
"domain": "json10.example.domain.com",
"title": "Json 10"
},
"paths": {},
"config": {},
"container": {},
"ports": {
"ngNormalAppPort": 4239,
"ngWebsqlAppPort": 4240,
"nodeBeAppPort": 4117
},
"init": {},
"build": {
"pwa": {}
},
"loading": {
"preAngularBootstrap": {},
"afterAngularBootstrap": {}
},
"release": {
"cli": {},
"lib": {}
},
"copyToManager": {},
"purpose": "cli init",
"currentProjectName": "json10",
"currentProjectType": "isomorphic-lib",
"pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"json10/src\":[\"./src/lib\"],\"json10/src/*\":[\"./src/lib/*\"]},"
}