JSON(JavaScript Object Notation)

TIL 2020.12.26

  • motivated by ‘object’ from ECMAScript 3rd 1999
  • simplest data interchange format
  • lightweight text-base structure
  • easy to read
  • key-value pairs
  • used for serialization and transmission of data between the network the network connection
  • independent programming language and platform

--

--