aboutsummaryrefslogtreecommitdiff
path: root/src/common/json_util.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28wallet: fix some "may be used uninitialized" warningsmoneromooo-monero1-2/+2
The compiler can't always work out the _found booleans are set iff the value is initialized.
2016-03-27common: new json_util.hmoneromooo-monero1-0/+53
With code to help factor out reading typed fields from JSON