-
In my opinion it would be useful to replace the `HashMap` in `JSONObject` with a `LinkedHashMap` to maintain the order of the inserted values. This is would be really helpful if one wants to create JS…
-
## Description
The parsing of JSON integers generated by the deposit tool differs from mainstream implementations such as NodeJS and jq.
The JSON standard warns about certain "interoperability probl…
-
Performance
* Faster and simpler UTF-8 validation with the lookup4 algorithm https://github.com/simdjson/simdjson/pull/993
* We improved the performance of simdjson under Visual Studio by about 25%.…
-
This library was implemented with ecma404 in mind. Apperently there is another specification, and they are slightly different (even though they claim not to be). Verify that both are followed.
http…
-
Like the head says:
![image](https://user-images.githubusercontent.com/5214969/133988482-a1c0cb56-28e2-4099-97dc-69fac49391f6.png)
@stas-demydiuk @gizmocuz
When i try to ad a new device [ try this …
-
Output of `curl -s cht.sh/~docker-compose` is too long, because the whole `:list` output is printed. Maybe show just a few lines of context for it?
```
[:list]
...
docker-build
docker-compose
do…
-
The summary output for `age_cat` in Swagger reports as:
```bash
can't parse JSON. Raw result:
[
"teen",
"60s",
"Not provided",
"child",
"30s",
"50s",
"40s",
NaN,…
-
Hello,
do you think it would be possible to add compatibility mode to enforce JSON output strictly corresponding to standard of choice? eg. RFC 8259.
We have issues that json-c is generating JSON …
-
Output of `curl -s cht.sh/~docker-compose` is too long, because the whole `:list` output is printed. Maybe show just a few lines of context for it?
```
[:list]
...
docker-build
docker-compose
do…
-
Hello,
Strings are not correctly handled when they are at the root level of a JSON text.
According to RFC 8259, this is a valid JSON text:
```
"doggie"
```
and this is not:
```
doggie
```…