Json notes

From raju

convert json to csv online

https://konklone.io/json/

dummy

  1. use "\\n" instead.
    See:- http://stackoverflow.com/questions/2392766/multiline-strings-in-json
  2. put each line into different elements of an array.

See:- https://gitlab.com/d3k2mk7/public/blob/master/health/tds.json

  • json does not allow comments. But you can have a designated data element called "_comment" (or something) and put your comments there.
    {
      "_comment": "comment text goes here...",
      "foo": bar
    }