OSDN Git Service

Allow handled properties not to have a short name
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 26 Aug 2016 01:22:10 +0000 (10:22 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 26 Aug 2016 07:10:10 +0000 (16:10 +0900)
commit7337a2015b0b2accbeb3de8dba59070608c49522
tree03d3b99e5f2a92560e0faeac8ad29497475c2d54
parentaf197870a01992fc459c924afdd590c78ab5f361
Allow handled properties not to have a short name

Shorten a json representaion allows the properties that the parser
doesn't knonw to be left unshortened. This is applicable to other
properties that the parser knows *but* don't shorten
intentionally. This is convenient some properties to be handled but
rarely seen.
pgsp_json.c