JSON


Reading time: less than 1 minute

JSON is a simple, self-describing, human-readable data serialization format.

Data types

  • String
  • Number
  • Boolean
  • Array
  • Object
  • Null

Useful links

  • https://www.json.org/json-en.html
  • https://datatracker.ietf.org/doc/html/rfc7159
  • https://datatracker.ietf.org/doc/html/rfc8259
  • JSON serializer in Python

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "JSON",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/json"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "JSON", October, 2024. [Online]. Available: https://www.gkbrk.com/json. [Accessed Oct. 10, 2024].
APA Style
Yaltirakli, G. (2024, October 10). JSON. https://www.gkbrk.com/json
Bluebook Style
Gokberk Yaltirakli, JSON, GKBRK.COM (Oct. 10, 2024), https://www.gkbrk.com/json

Comments

© 2024 Gokberk Yaltirakli