This is a long outstanding bug in J engine and showed up in j807. Henry Rich has fixed the bug. The fix will be available in the next release beta. As an alternative, you can use the other addon convert/pjson.
On Tue, Dec 4, 2018, 4:31 AM 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
