-
```
Usually, JSON strings are supposed to be UTF-8.
However, when I decode a Latin-1 PDF, I get a JSON file file Latin-1 data.
It would be useful if things were converted automatically, since many …
-
```
Usually, JSON strings are supposed to be UTF-8.
However, when I decode a Latin-1 PDF, I get a JSON file file Latin-1 data.
It would be useful if things were converted automatically, since many …
-
As a designer working together with other designers aswell as developers, I use multiple variable libraries and reference them to each other (design tokens). It would be very helpful if the exported j…
-
I parse the request body myself before express-http-proxy and set the parsed value with proxyReqBodyDecorator.
But it seems that proxy does not send the self-parsed body.
There is a PR that fixes …
-
Armeria uses [Jackson data-bind](https://github.com/FasterXML/jackson-databind) for parsing and decoding JSON. A user may want to use other libraries than Jackson.
If there is a JSON interop layer i…
-
## What
This package uses span names such as `GET /_next/static/webpack/4330e83422f91a86.webpack.hot-update.json`
OpenTelemetry explicitly specifies this [here](https://opentelemetry.io/docs/spe…
-
### Error Blob
```json
{
"ErrorMessage": "System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post [FAIL]",
"BuildRetry": false,
"Erro…
-
When deserializing an XML ELM library the annotations are omitted and you get null instead. This makes it impossible to check for valid translator options on an XML ELM library, among other things.
…
-
It would be really convenient to be able to set default values in the JSON parsing helpers with a third argument that return the default value when the key is not present in the passed in JSON string.…
tynes updated
1 month ago
-
JSON is very useful for small projects shared between friends but causes serious service availability problems for large scale services that recieve a wide variety of attacks. Specifically, it is poss…