-
```
JSON decoding error: SyntaxError: Unexpected token '
-
I'm trying to run the session.like_by_feed() command, and it works for a few posts and then it throws an error. The error happens randomly everytime and I've been trying to figure out what could be ca…
-
## Description
Since this repository is written in Go, it is possible to customize the `JSON encoding/decoding` configuration for `REST API endpoints`.
However, it may require refactoring from s…
-
There are deserialization issues preventing full retrieval of API endpoint payloads in a variety of formats
- [ ] space/folder parent_id can be null but is specified as not null
- [ ] space/folder p…
-
I have made my own curl request to etherscan and infura via php to get my contract data into php.
how would I use this project just to decode the json-rpc response returned data?
I dont see any …
-
I'm trying to implement some custom JSON encoding/decoding for a float (to support [this](https://zarr.readthedocs.io/en/stable/spec/v2.html#fill-value-encoding)).
```julia
# default behavior is…
-
I am getting the error below when executing ListingsAPI.search()
> Swift.DecodingError.typeMismatch(Swift.String, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "listings", intVal…
-
Currently SiteRMOrchestrator depends on turtle format for model parse and serialize. Just noticed, that once model becomes big (e.g. enable all vlans on switch - and model becomes ~2MB Size) - load ti…
-
My ideas for json were:
- use a boilerplate-free library like [circe](https://github.com/travisbrown/circe) or [upickle](https://github.com/lihaoyi/upickle-pprint)
- replace the renesca propery and pa…
-
When using Packetbeat to send messages directly to Graylog2, the nested JSON objects won't be decoded and would be seen as '[object Object],[object Object]' under search UI. Example input JSON message…