This series contains a number of fixes for JSON output code indicated by failing testcases in tests/py. In one instance, testcase's JSON equivalent had to be adjusted. Phil Sutter (4): json: Fix datatype_json() for literal level json: Make inet_service_type_json() respect literal level json: Print range expressions numerically tests/py: Fix JSON for icmp*.t src/json.c | 35 +++++++++++++++++++++----- tests/py/ip/icmp.t.json | 4 +-- tests/py/ip/icmp.t.json.output | 24 ++++++++++++++++++ tests/py/ip6/icmpv6.t.json | 6 ++--- tests/py/ip6/icmpv6.t.json.output | 41 +++++++++++++++++++++++++++++++ 5 files changed, 99 insertions(+), 11 deletions(-) -- 2.18.0