How can i read JSON data in Sproutcore?
Sproutcore and JSON Data
Asked Answered
SC.json.decode(json)
will decode and SC.json.encode(json)
will encode. Where possible this will use the browser's native implementation which should be quite fast. Alternatively it will fall back on a JS based parser.
© 2022 - 2024 — McMap. All rights reserved.