diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2011-03-31 01:15:23 +0100 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2011-03-31 01:15:23 +0100 |
commit | ed2167c5f79dcfe63353e8e4af884acf878d42da (patch) | |
tree | 1c18b9160c2149391ce2261e5c9f09bb91f13f55 /json.hpp | |
parent | 331ec4e073d5205e04a4ef6f1203fb625114231a (diff) |
Dump enums and pointers correctly.
Diffstat (limited to 'json.hpp')
-rw-r--r-- | json.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ public: inline void writeString(const char *s) { separator(); escapeString(s); - value = false; + value = true; } inline void writeNull(void) { |