wbuchanan / StataJSON

JSON IO operations for Stata using the Jackson Java Library
http://wbuchanan.github.io/StataJSON
21 stars 6 forks source link

Adds input functionality to package #14

Closed wbuchanan closed 8 years ago

wbuchanan commented 8 years ago

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.