Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 369 Bytes

File metadata and controls

8 lines (6 loc) · 369 Bytes
title JSON
excerpt a lightweight data-interchange format

JSON

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is widely used in RESTful web services. It is both easy for humans to read and write and for machines to parse and generate.