*Edit* might be a duplicate of JSL to JSON
I put in a post, then realized it should probably be a wish list item.
I'm trying to put a jmp data table (any jmp data table) into a database and query something like "What are the units of :height in "Big Class" I uploaded yesterday?"
So I'd love it if there was a way to go from data table to JSON and back. Like <<GetScript();
Something like
Names default to here( 1 );
dt = open("$SAMPLE_DATA\Big Class.jmp");
json = dt << GetJSON();
dt_copy = ParseJSON(json);