diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2009-07-21 13:11:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2009-07-21 13:11:59 +0000 |
commit | c875dc9a5b1764aded7f97f0ace9edfd0509f28c (patch) | |
tree | 71f15d51ddded68f9e34156205082c2c0fc605a2 /json.c | |
parent | 6172e60b20541cf966de361608fb94ed6ed91a4e (diff) | |
download | gpsd-c875dc9a5b1764aded7f97f0ace9edfd0509f28c.tar.gz |
Refactor JSON handling so more code can be shared by client and daemon.
Diffstat (limited to 'json.c')
-rw-r--r-- | json.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ attributes (and attribute values, and so on recursively down through all nestings of objects and arrays). This parser is indifferent to the order of attributes at any level, but you have to tell it in advance what the type of each attribute value will be and where the -parses value will be stored. The tamplate structures may supply +parsed value will be stored. The tamplate structures may supply default values to be used when an expected attribute is omitted. The dialect this parses has some limitations. First, it cannot |