
In Imatest 4.1 and before, JSON outputs values that included a single numeric outputs would be inserted within JSON arrays, for example:
"HeightPxls":[808], "WidthPxls": [1296],
In Imatest 4.2+ numeric outputs will not include the extra arrays:
"HeightPxls": 808, "WidthPxls": 1296,
This should simplify the parsing process, but programs that are expecting the old format will need to be updated.
For outputs that involve more than a single numeric value, the arrays are maintained.
Something you are looking for missing from the JSON outputs? Please contact support@imatest.com.
Not familiar with JSON? Sick of parsing CSV files? Read more about this incredibly useful and flexible data output format www.json.org.