lbrycrd/src/univalue
Jeff Garzik 3cceba7abb Univalue: Do not build JSON escape list at runtime
No need to waste startup time building something that can be done
at compile time.

This also resolves a clang++ warning originally reported in #4714,
univalue/univalue_write.cpp:33:12: warning: array subscript is of type 'char
escapes['"'] = "\\"";
^~~~

etc.
2014-08-18 10:36:21 -04:00
..
gen.cpp Univalue: Do not build JSON escape list at runtime 2014-08-18 10:36:21 -04:00
univalue.cpp univalue: remove unused methods getArray, getObject 2014-07-30 23:25:30 -04:00
univalue.h univalue: remove unused methods getArray, getObject 2014-07-30 23:25:30 -04:00
univalue_escapes.h Univalue: Do not build JSON escape list at runtime 2014-08-18 10:36:21 -04:00
univalue_read.cpp Add "bitcoin-tx" command line utility and supporting modules. 2014-07-29 11:13:27 -04:00
univalue_write.cpp Univalue: Do not build JSON escape list at runtime 2014-08-18 10:36:21 -04:00