RFC-8259

RFC 8259 --- The JavaScript Object Notation (JSON) Data Interchange Format

RFC 8259 — The JavaScript Object Notation (JSON) Data Interchange Format ![source: https://www.json.org/] JSON has become defacto data exchange format for REST API. It is so common that developers consider JSON as a default protocol for communication until specified otherwise. In this article, I will try to cover the history of JSON along with RFC and IETF. “JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write.

Read more →