Comment on No JSON/MAPS interoperability in 17.0?Comments−prottmann12yHere the reasons why i use JSON:* It's text-based, meaning it's readable and easy to parse.* It has to be valid UTF-8, no hassle with other formats.* Its numbers representation is double-precision floating-point, i can choose what i want.Who cares? Use what you want and what solves your problem at the best way.
Comments
Here the reasons why i use JSON:
* It's text-based, meaning it's readable and easy to parse.
* It has to be valid UTF-8, no hassle with other formats.
* Its numbers representation is double-precision floating-point, i can choose what i want.
Who cares? Use what you want and what solves your problem at the best way.