Thursday, October 30, 2025

The quiet glory of REST and JSON

Revel within the glory

I think about that many builders at the moment don’t correctly respect the glory that’s REST/JSON as a result of it’s such a chic and exquisite answer. In 2000, it was Roy Fielding who had a “mild bulb over the pinnacle” second and noticed the connection between normal CRUD operations and the GET, POST, PUT, and DELETE verbs of the HTTP protocol. His beautiful perception opened our eyes to the notion that the online was greater than a platform for serving paperwork. The net was, in and of itself, a large computing platform.

Similar to that, all the marshalling and loopy protocols like DCOM, CORBA, and even SOAP have been abstracted away. Immediately, REST rides alongside on a system that just about each single pc on this planet already can do. Safety? Nicely, good outdated SSL/TLS will do the trick. And by leveraging Douglas Crockford’s very versatile and highly effective JSON, or JavaScript Object Notation, almost each issue and complexity in shifting objects and code between computer systems and working methods vanishes in a puff of smoke. REST made distant process calls as common, scalable, and programming language-agnostic as the online itself. JSON took care of the remainder.

Immediately, utilizing REST/JSON is about as acquainted to builders as respiratory. Virtually each library, programming language, and DBMS on this planet helps REST/JSON and consumes it natively and naturally. REST/JSON may simply be considered because the lifeblood of the online at the moment. 

Related Articles

Latest Articles