-
From a decent size model, which have no inter document cross ref but quite a few internal references.
EObjects: 3894
References with values: 3121
And using:
`String json = JsonResourceImpl.toJ…
cbrun updated
4 months ago
-
**Expected Behavior**
As mentionned in OpenID [documentation](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationResponse), Open ID Provider Configuration should only p…
-
```
2023-08-11 08:57:15.917 +01:00|0.13.5.0.25725|Error|Default|Item deserialization error: No parent with id hideout found for item 584148f2245977598f1ad381
```
Error appears to be related to m…
-
We saw an issue with JSON deserialization on the web nodes as the number of workers in the pool increased. In the workers table, we populate the `base_resource_types` column with a json string that co…
-
`JSON::Field` has `key` and `root`. According to the docs `key` is "the value of the key in the json object" and `root` should "assume the value is inside a JSON object with a given key". Idk what I'm…
-
### Description
When serializing a local path URI, the scheme ('file:///') is being lost.
This was checked both with Newtonsoft.Json and System.Text.Json.
On Windows, when de-serializing the URI, i…
-
## Summary
We currently code generate all of our proto files, to have proto marshal methods. We should also add overridden logic for JSON marshalling. JSON marshalling is done in many situation…
-
Preview 1 of the AWS .NET SDK has been released (see https://aws.amazon.com/blogs/developer/preview-1-of-aws-sdk-for-net-v4/). It would be great if the benchmarks published [here](https://github.com/A…
-
Hi,
I have avro schemas where metadata have been introduced for records.
As written in the doc:
> A JSON object, of the form:
>
> {"type": "typeName" ...attributes...}
>
> where typeName…
-
```
We give the possibility to specify http get parameters also as json strings, to
allow class objects as parameter types for the web interfaces also.
The problem is, by using json-io, specifying @…