Recursive-descent parser/serializer in SX.
stringify: type-of dispatch for primitives, lists, dicts. Strings
escape \\ \" \n \r \t.
parse: {:s src :i idx} state dict threaded through helpers.
Handles primitives, strings (with escapes), numbers, arrays,
objects.
Wired into js-global.
391/393 unit (+10), 148/148 slice unchanged.