-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Converting to array not working #843
Copy link
Copy link
Closed
Labels
solution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
solution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Converting from an std array to json works fine.
However, the other way round gives errors.
I'm given the error that 'insert' doesn't exist for array.
Considering we're given j.size(), I believe this shouldn't be something that should be breaking.
(since I can already work around this by creating a loop that adds individual elements)