Home >Web Front-end >JS Tutorial >js method to convert json format content into objects_javascript skills
Javascript can complete the traversal.
If your initial json is of string type, it must be converted to a json object. Use eval();
For example: var json = eval(strJson);