ref: 5fe50d56c715b429483efd770df2b1bcdc7531ad
dir: /lib/json/types.myr/
use std pkg json = type elt = union `Null `Bool bool `Num flt64 `Str byte[:] `Arr elt#[:] `Obj (byte[:], elt#)[:] ;; type err = struct e : errtype line : std.size off : std.size ;; type errtype = union `Junk char `Badesc char `End ;; ;;