-
Parts of Gson refer to RFC 4627 while other parts refer to RFC 7159 (which updates 4627).
It would be good to consistently refer to RFC 7159. This requires:
- Updating the links
- Updating any sect…
-
**Describe the bug**
Here is a SCIM PATCH request that I received from Azure AD that looks like this:
```
{ op: 'remove', 'path': 'manager[value eq "manager-id"]'};
```
The error that I got was: …
-
When saving response contents as decoded JSON (with `decode_content=True`), I'm currently seeing errors like this with the latest release of cattrs:
```py
cattrs.errors.StructureHandlerNotFoundError…
-
When compiled with VS2017, a round trip of a LightGBM model to string (or file) via the `GBDT::SaveModelToString` and `GBDT::LoadModelFromString` functions silently replaces all inf/nan values in the …
-
# Overview
Hello,
I'm trying to save datapackages, resources and table schemas as JSON using the built in `.to_json()` function. Problem is, that I have german umlauts (Ä,Ö,Ü,ß) and exponents (…
-
The expected out of the box behaviour of Jackson is that it can read JSON, and the JSON specification does not specify a maximum length. Violating this expectation should only be done with extremely g…
-
BPO | [40633](https://bugs.python.org/issue40633)
--- | :---
Nosy | @rhettinger, @mdickinson, @ericvsmith, @alucab
*Note: these values reflect the state of the issue at the time it was migrated and m…
-
(note: possible follow-up to #959)
Based on user/dev feedback wrt 2.15.0 release, there seem to be use cases where JSON String values (note: NOT Document size) exceed 5 million characters. While th…
-
-
**Describe the bug**
Jq fails to parse and output large numbers, mangling the number on the output.
**To Reproduce**
For the input json:
```
{"key":418502930602131457}
```
`jq . test.json…