Search Results for: String instruments
", "barbara", "charlie"] }, { "name": "yulia", "age": , "kids": ["doris", "eric"] }, { "name": "zoe", "kids": ["fran"] } ], "data": [false, true, ], "date": " - - ", "temperature": } then the result of running is json-describe /tmp/a.txt is: { "data": array (len ) [ boolean, number ( ) ], "date": string
(" - - "), "items": array (len ) [ { "age": optional number ( , ), "kids": array (len .. ) [ string ("andrew", "barbara", "charlie", "doris", ...) ], "name": string ("xavier", "yulia", "zoe") } ], "temperature": number ( ) } about read a json file and output a generalized description of its structure...
https://github.com/heycam/json-describe