Pass quote into Run Program application
I have a JMP script that calls Run Program, and in the parameters I need to pass a JSON string however Run Program seems to strip out the quotes in the Options fields. For example: my_str = ["key" => 32423] json = As JSON Expr(my_str) Run Program( Executable("/path/to/myexe"), Options({ json }), Read Function( "text") ); I cannot get my executable to see a quote...
jvillaumie