-
I am trying to use the following type in a property of an object used as argument in a grain method: https://github.com/NetTopologySuite/NetTopologySuite.Features/blob/develop/src/NetTopologySuite.Fea…
-
It would help to provide native support of JSON serialization and deserialization for use cases such as implementing storage of the different types of credential objects.
-
### Steps
1. Need create Android project on .net6
2. Add reference to Newtonsoft.Json lib 13.0.2
3. Create simple class with Tuple and try to serialize it.
**Result:**
Debug mode works well.…
-
Hello. I was wondering if it is possible to use the await operator in `[JsonRpcMethod]` methods?
Inside the `[JsonRpcMethod]` I would like to call asynchronous methods and return `Task` from the func…
-
### General information
* SDK/Library version: 1.0.2
* Java Version: 8
### Issue description
The JSON serializer implementation does not properly JSON-encode string values. In fact, they are…
-
Hello! Experimenting with the gem with a basic rails api - any suggestions on a good entry point/mechanism for customizing the JSON output of a ActiveRecord attribute storing a Tod::TimeOfDay? I'd lik…
-
### Describe the bug
Not able to consume values returned by a Lambda Authorizer; they are not there even if they are present in the input JSON
### Expected Behavior
Dictionary properly set with key…
-
Hi,
I have a 5.5 GB OWL file "umls.owl". When I run
`robot convert --input umls.owl --output umls.json`
on a machine with 392 GB of RAM (and with '-Xmx390G' passed to java), I get the following…
-
I have this MVC controller that returns an object to a AJAX call with JSON serialization as you can see here: https://db.tt/ppJJmS5x
However this is what reaches the client
```
{"Success":2,"Message…
-
We use code from the SimpleJSON library: https://github.com/MJPA/SimpleJSON
Specifically,
* src/serialization/JSON{.cpp,h}
* src/serialization/JSONValue{.cpp,h}
This code has not been updated in…