Unless you’ve been hiding under a rock for a few years, you
probably know that JSON is quickly gaining support in major
database servers. Due to its use in the web front-end, JSON has
overtaken XML in APIs, and it’s spreading through all the layers
in the stack one step at a time.
Most major databases have supported XML in some fashion for a
while, too, but developer uptake wasn’t universal. JSON adoption
amongst developers is nearly universal today, however. (The king
is dead, long live the king!) But how good is JSON support in the
databases we know and love? We’ll do a comparison in this blog
post.
What is JSON Support?
First – what does it even mean for a database to support JSON?
You could easily argue that JSON support has been in databases
for a long time. After all, all you have to do is store a blob of
text that is correctly formatted in the database, and
applications can store, retrieve, and …
[Read more]