News

Solr has a HTTP/JSON-based API. However, it isn’t exactly a REST API because it doesn’t really follow any of the rules for a well-defined REST interface. I whine about this sometimes.
If you want to view, read and edit JSON files in a readable format, then this post shows how to do it in Windows PC and on the Web.
HTTP & JSON-RPC requests. Google said that if you are using the Google Search Console API and batch HTTP and JSON-RPC requests, it will stop working soon.
Connections between servers with HTTP/2 are supposed to be faster and more efficient, and Google claims it’s faster still to serialize and deserialize the data with protocol buffers than with JSON.
JSON-LD implementation is a way of adding structured data markup and is much easier than it sounds. Learn more about implementing JSON-LD in this post.
Google announced on Friday that if you are using batch HTTP and JSON-RPC requests with the Google Search Console API, you will want to change that ASAP. In 2018, Google announced it will ...
Converting DataTables to JSON When I started creating Web Services, I was using ADO.NET DataSets to retrieve data and then sending that data to my consumers using XML. Those Web Services are still ...