himself65 / rich-data

Data Viewer
https://rich-data.dev
Mozilla Public License 2.0
146 stars 11 forks source link

Copying an array copies an object #47

Open t-animal opened 1 year ago

t-animal commented 1 year ago

When copying an object like this: {"a": ["b", "c"]} the following value gets copied: {"a": {"1": "b", "2": "c"}}

gregfenton commented 1 year ago

Can you provide an example of the situation where this is happening? Preferably a minimal code example.

t-animal commented 1 year ago

https://playcode.io/1575254