JSON is a text-based data exchange format. It is a collection of key-value pairs with a few rules to keep in mind. The key must be a string type and enclosed in double-quotes. The value can be of any type, String, Number, Object, Array, and null.
2 Comments
Sort: