ref: 2ffd051d75978386e2c63b5d0812dd9be982c38c
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 ;; ;;