-
Thanks for the great work you've done with martini and its companions like binding! :)
Now to the issue...It seems that it isn't possible to have a nested array of some own structs (yes, I saw no tes…
-
```
What steps will reproduce the problem?
1. create an array holding other arrays or a dictionary
2. save the object
What is the expected output? What do you see instead?
- The object should save …
-
Hey there, are there any plans to support forms that have deep structure or contain arrays?
-
Hello , I am a bit stuck in comparing two json strings
#include
#include "include/rapidjson/document.h"
#include "include/rapidjson/writer.h"
#include "include/rapid…
-
```swift
let a = [["a"]]
```
does not produce
```swift
let a = [["a",],]
```
as expected
-
need a function to flatten one layer of nested arrays.
## description
Flattens an array(array(T)) to an array(T) by concatenating the contained arrays.
## syntax
```
array_flatten(expr)
…
-
Example
```
{
"topLevel": [{
"objectLevel": ["a", "b"],
"arrayOfObjs": []
},
{
"objectLevel": ["c"],
"arrayOfObjs": [{
…
-
Hello,
I have a simple example of nested arrays and an expression demonstrating the issue. If arrays are not nested (it is the outer-most array) the same type of expression will work.
SAMPLE JSON
…
-
I am trying to serialize `[1,[2]]`, but somehow the last byte is 03 instead of 02.
`13 08 31 13 04 32 01 02` -- json-to-vpack (note that Parser uses private API)
`13 08 31 13 04 32 01 03` -- my ou…
-
array is not worker
https://codesandbox.io/s/test-react-json-to-table-forked-nkh8n?file=/src/index.js