cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

JSON of a JMP table

*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);

 

1 Comment
Ryan_Gilmore
Community Manager
Status changed to: Archived
We are archiving this request. If this is still important please comment with additional details and we will reopen. Thank you!