📜  阅读 json - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:36.153000             🧑  作者: Mango

代码示例2
Not that difficult really it's just a formatted array that is made
in such a way to be human readable and also parsed by a piece of code 
(parsing example:
 https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON )
 but the main things to remember is that it is grouped so there may be lots of 
 "names" in one part of a json file but this allows you to just find the names 
 section and see all info inside. :) hope this helped