Jonas Möller

Results 13 issues of Jonas Möller

Parsing and dumping a JSON object that contains a key which ends with a dot results in the respective entry missing from the output. I've build a minimal working sample...

**Describe the bug** json-c parses control characters below 0x20 which (technically) is not part of the JSON grammar **Steps To Reproduce** You can find a minimum working sample [here](https://github.com/j-moeller/crossy-mws/tree/master/03-04-06-control-characters/json-c). **Version...

Hello, we found an issue in jansson when dealing with "\u0000" in a string. You can find a minimum working sample here: [1](https://github.com/j-moeller/crossy-mws/tree/master/03-04-06-control-characters/jansson).

Hello, we found some unexpected behaviour and issues in cJSON when dealing with ASCII control characters (besides the documented behaviour when dealing with '\0’ or "\u0000") and wanted to inform...

Hello, we found an issue in the JSON parser of the project when dealing with control characters (0x00 and 0x1f). We provide a minimum working sample here: [1](https://github.com/j-moeller/crossy-mws/tree/master/03-04-06-control-characters/ccan). For \u001f...

Hello, we found json.h to parse and serialize control characters below 0x20 which technically is in violation of the JSON grammar. We collected a minimum working sample [here](https://github.com/j-moeller/crossy-mws/tree/master/03-04-06-control-characters/json.h).

help wanted

**Describe the bug** `float32` inputs get transformed internally into `float64` inputs which leads to `RuntimeError: Input type (double) and bias type (float) should be the same`. **To Reproduce** 1. Create...

Hello, we found that jsmn parses ASCII control characters which is technically not allowed by the JSON specification. You can find a minimum working sample here: [1](https://github.com/j-moeller/crossy-mws/tree/master/03-04-06-control-characters/jsmn)