Search Results

9
votes

Why is JSON important?

JSON is much more concise. XML: <person> <name>John Doe</name> <tags> <tag>friend</tag> <tag>male</tag> &l …