On Mon, Mar 3, 2014 at 10:29 AM, Raul Miller <[email protected]> wrote: > I'd have no problems using another language > (perhaps using the cd interface, or perhaps using sockets) to deal > with the conversion.
To elaborate on Raul's point, another simple solution would be to convert the JSON to a flat file. The example stated is a list of bookmarks, which would be represented well as a flat file (TAB delimited or CSV delimited) which can be imported quickly into J. I would probably use node.js as a small cross platform way of converting it (if I didn't have python). ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
