Adds methods/interface to handle reading JSON into Stata as an n x 2 structure with a key and value variable. If all values are the same type, they will be recast before pushing into Stata. If the values are of different types they are loaded as Strings. Missing value variables are created as byte types with a value of 127 (a missing byte value in Stata) to minimize memory overhead.
Adds methods/interface to handle reading JSON into Stata as an n x 2 structure with a
key
andvalue
variable. If all values are the same type, they will be recast before pushing into Stata. If the values are of different types they are loaded as Strings. Missing value variables are created as byte types with a value of 127 (a missing byte value in Stata) to minimize memory overhead.