-
Hi all,
I need to mock an API that consist of nested arrays, ex:
**db.json**
```
{
"data": [
[
"id",
"name",
"time"
],
[
"id",
"name",
"t…
-
Hi, I cloned your AppointmentScheduler Repo, and followed the README for project setup. I am able to run the application, I can create a retail user, but when login in as a retail user and try to set…
-
### Checklist
- [X] I have looked into the [README](https://github.com/auth0/terraform-provider-auth0#readme) and have not found a suitable solution or answer.
- [X] I have looked into the [documenta…
-
Add support for ingesting [Sliver](https://github.com/BishopFox/sliver) logs into RedElk. The [Audit Logs](https://github.com/BishopFox/sliver/wiki/Audit-Log) are in nested-JSON format designed to be …
-
Right now we special case `:headers` and `:params`. For example:
```elixir
Req.new(headers: [a: 1]) |> Req.merge(headers: [b: 2]) == Req.new(headers: [a: 1, b: 2])
```
Another one when this mi…
-
I would like to propose adding an option for formatting JSON with nested braces on new lines. This feature would significantly enhance readability, especially for complex JSON structures.
### Propo…
-
What is the accepted method to serialize an object to JSON, especially when those objects have nested relationships?
-
I am trying to convert a dynamic nested JSON to CSV and it ends up creating CSV with single row with multiple headers. Refer below example
**JSON**:
{
"Latitude": "10.00",
"Longitude": "…
-
## Summary
Introducing an AI-powered Data Mapper designed to automate the task of correlating input and output record fields, thereby enhancing the developer experience.
## Goals
- Directly m…
-
The graphql API is pretty popular, and for good reason. Most importantly for me, it allows **nested resources in one request**. This means you can populate a list of blogposts and include their author…