With the instructions we are currently developing, JSONBUILD allows you to pass in arrays of strings or numerics to create a JSON array, or a table of individual field name/value pairs to create JSON objects. JSONPARSE extracts one field at a time for both objects and arrays, but does allow you to output the value directly to a numeric variable. In the current field-by-field implementation, it is pretty easy to extract the entire array by looping, but your situation makes me want to explore the possibility of extracting an entire array in a single call.