Guide to Constructing and Reading JSON

Originally published at: Guide to Constructing and Reading JSON – Xojo Programming Blog

JSONItem is the native class for dealing with JSON. Depending on how you use it, it treats your data as either a standard dictionary (key-value pairs) or a zero-indexed array. Part 1: Building JSON Building JSON from scratch means firing up a new JSONItem and throwing data at it. Don’t build JSON by stitching strings together. It breaks…

1 Like