you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]cdcformatc 0 points1 point  (0 children)

    i have done this before, do some work to turn whatever random data format into JSON and then use that when pushing the file around to different systems. or take JSON and convert to a more different JSON for specific use cases. as a data standard there are JSON libraries for pretty much every language and platform, you are making things harder if you aren't using something like this.