Home > Article > Web Front-end > 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);