Anyone used the JSON library with the latest LC 8 RC’s? I’m trying to do some 
simple testing and getting an error every time.

I have a stack with a button and a field. The button script is this:

on mouseUp
  answer file "Choose a JSON file:" as sheet
  if it is empty then exit to top
  put it into tJsonTxt
  put url ("file:" & tJsonTxt) into fld "rawJSON"
  put JsonImport(tJsonTxt) into tLCtext
  put tLCText is an array # do a  simple check to see what kind of data’s 
returned
end mouseUp

It always errors at put JsonImport: “execution error at line 6 (extension: 
error occurred with domain) near “runtime”, char 9”.

The JSON file is a simple example from http://json.org/example.html .

Do I just fundamentally not get how to use libraries in LC 8? I want to make 
sure I’m not doing something stupid before I start filing bug reports.

Devin

Devin Asay
Office of Digital Humanities
Brigham Young University

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to