comparison example_conf.toml @ 2423:3423cd4b3136

client: fix json parsing in identify box JSON.parse() accepts integers and null as valid json. So to be sure to get an object, we cannot just try JSON.parse() but we need to check if the given value is a string and starts with a {.
author Markus Kottlaender <markus@intevation.de>
date Thu, 28 Feb 2019 15:34:07 +0100
parents 783c1454ab47
children 0db742c7813d
comparison
equal deleted inserted replaced
2422:77baf4f0ee1e 2423:3423cd4b3136