I have not used convert/json but use convert/pjson at lot. Is convert/json worth keeping? If not, perhaps we merge in some of its features to convert/pjson?
On Mon, Dec 3, 2018 at 12:53 PM Raul Miller <[email protected]> wrote: > Try: > > require 'convert/pjson' > dec_pjson_ '{"a": 1}' > > Something seriously wrong with convert/json (hopefully in the > application code rather than triggering a bug elsewhere). > > Thanks, > > -- > Raul > On Mon, Dec 3, 2018 at 3:31 PM Ulrich Vollert <[email protected]> wrote: > > > > Hi, > > > > The following two statements produce a result in j806/j64/darwin: > > > > require 'convert/json' > > dec_json '{"a":1}‘ > > > > Result: > > > > ┌─┐ > > │a│ > > ├─┤ > > │1│ > > └─┘ > > > > The same statements won't finish in j807/j64/darwin. > > > > Best regards, > > Ulrich > > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
