factor/basis/json
Alec Berryman 1a1487d11c json reader: correctly handle empty objects in objects
Attempting to parse { "foo" : {} } previously resulted in an error.
(close-hash) expected to consolidate an object into the values of the
containing object (in the first line of code).  While there is none in
the case of the empty hash, the structure of the accumulator looked like
it contained an unconsolidated object, so it folded the values into the
keys and got very confused.
2009-12-27 01:29:12 +13:00
..
reader json reader: correctly handle empty objects in objects 2009-12-27 01:29:12 +13:00
writer docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
authors.txt
json-docs.factor docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
json.factor More JSON tweaks 2008-11-15 03:09:57 -06:00
summary.txt