I haven't used JSON to do anything but save and restore filled-out Lazarus forms so this may be a foolish question, but here goes:
I have a bunch of data that could be nicely saved and retrieved as JSON (name,value) pairs (or maybe (name,value,comment)triples), but putting the data into a JSON structure is tedious. Are there any tools that make writing JSON less of a chore? Something perhaps like a tool that would convert a string grid into a JSON file?