json: Optimize memory usage by not collecting string values
commit0bd95857041091a3d17d2c728ac0a69c8ea04c52
authorColomban Wendling <ban@herbesfolles.org>
Fri, 28 Nov 2014 15:46:39 +0000 (28 16:46 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Sat, 31 Jan 2015 21:14:50 +0000 (31 22:14 +0100)
tree4960f7e42fcb127e421f459fe8463060b5232c96
parent2ff1386d9690147af9d5089d319dd57aca044151
json: Optimize memory usage by not collecting string values

When a string is not used as an object property the parser doesn't
need to know its value.  Not collecting it into memory lowers memory
consumption and avoids high memory consumption with huge string values.
tagmanager/ctags/json.c