You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to find anything that has the algorithm, and scalability, and zero dependencies that jsonexport has to transform json with nested arrays to a javascript object with array of arrays (grid) on the web. The only problem is that jsonexport doesn't allow this feature. I need an array of arrays where I'll be using to do a number of things. E.g. store in database, render to React table, export as csv etc. The last one is covered. Thanks! With a few well placed conditions, a little bit of code, and one option, we could transform the json into a data grid with this project. Maybe there's already a package to do that I haven't found? Jsonexport will at the very least be the inspiration if not a dependency in our project if we can get this functionality. Let me know your thoughts.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm unable to find anything that has the algorithm, and scalability, and zero dependencies that jsonexport has to transform json with nested arrays to a javascript object with array of arrays (grid) on the web. The only problem is that jsonexport doesn't allow this feature. I need an array of arrays where I'll be using to do a number of things. E.g. store in database, render to React table, export as csv etc. The last one is covered. Thanks! With a few well placed conditions, a little bit of code, and one option, we could transform the json into a data grid with this project. Maybe there's already a package to do that I haven't found? Jsonexport will at the very least be the inspiration if not a dependency in our project if we can get this functionality. Let me know your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions