ref: d68cb921e334d6fd802d6ae93398d6324cb784ff
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 `Badesc char `Junk char `Depth `End ;; ;;