Commit Graph

5 Commits

Author SHA1 Message Date
Petri Lehtinen 234ee47281 Better argument validation
All pointer arguments are now tested for NULL. json_string() now also
tests that strdup() succeeds. This is to ensure that no NULL values
end up in data structures.

Also desribe the different sources of errors in documentation.
2009-09-06 22:24:55 +03:00
Petri Lehtinen 42e546d065 doc apiref: json_incref() returns its argument 2009-09-06 22:16:38 +03:00
Petri Lehtinen 05654bfcba doc: Fix typo 2009-09-04 09:52:40 +03:00
Petri Lehtinen 89d09813c3 Add reference stealing functions for inserting values to objects and arrays
The non-stealing functions are now just simple wrappers around these.
2009-09-04 09:52:37 +03:00
Petri Lehtinen 251722d499 Add README and API reference 2009-08-13 18:38:03 +03:00