- Java
- JSON
JavaScript Object Notation, is a simple, human-readable language that represents data objects. It is an alternative to XML. A JSON object is a comma-delimited list of attributes and their variables that are enclosed in curly braces. For example,
{"PO":"12345", "Item": "chair", "style": "upholstered", "quantity":"2", "price":"100", "currency": "USD"}
Comments
0 comments
Please sign in to leave a comment.