aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/univalue_escapes.h
AgeCommit message (Collapse)Author
2015-10-01remove univalue, prepare for subtreeJonas Schnelli
2015-06-25UniValue: don't escape solidus, keep espacing of reverse solidusJonas Schnelli
2014-11-03Fix all header definesPavel Janík
2014-08-18Univalue: Do not build JSON escape list at runtimeJeff Garzik
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.