-
Implement a serializer/deserializer for hierarchical data of multiple types.
Currently the implementation of `CallProfilerSerializer::serialize_caller_profile` in https://github.com/solvcon/modmes…
-
### Describe the bug
I have created an SQS publisher and SQS receiver, my publisher works fine but my receiver fails to read messages from the queue with the exception:
```
fail: AWS.Messaging…
-
Running following code:
```java
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.ObjectMapper;
public class Test {
@org.junit.Test
public void n…
rpost updated
4 years ago
-
Hello! I build danger-kotlin from sources, and when I try to run (I use bitbucket)
`danger-kotlin *stash_pull_request_number* --dangerfile=Dangerfile.df.kts` I get such error:
kotlinx.serializ…
-
When reading a name from JSON,
https://github.com/AntelopeIO/abieos/blob/232600c587b9e7bfb78f6807997e4aa24075be39/include/eosio/name.hpp#L154-L158
abieos first checks if it's a valid name and uses i…
-
The `tfio.experimental.serialization.decode_json` function states that lists are invalid JSON objects.
For example, the string `[123]` is not considered valid, while the string `{"a": [123]}` is co…
-
Since https://github.com/Kotlin/kotlinx.serialization is an official Kotlin project, perhaps it makes sense to embrace it as the foundation for how the JSON Model functionality works in TornadoFx.
-
I am currently working with project that has .json files under version control.
The previous version of application written in NodeJS was using stringify to make sure that order of keys in json objec…
-
I've been doing most of my actor testing using EventStore, but on one test server we have to use SqlServer for event persistence. On events that contain exceptions we get:
```
[14:46:36 ERR] Persi…
-
**Description**
I encountered a confusing exception when writing JsonElement-related tests. I don't know how likely someone would be to stumble across this in the wild.
While it isn't a bug _per…