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
My proposal is to differenciate between object and array by having array indexes be a number instead of a string, so that the result would be this instead:
Good idea! I was planning on adding patching, and this would prevent accidental transformations between an object and an array. I will work on adding this and will hopefully release it in the next release.
Both diffs give the same result, which could be problematic:
(repl)
My proposal is to differenciate between object and array by having array indexes be a number instead of a string, so that the result would be this instead:
So the path array will have this type:
This would make it easier to create a patching function too
The text was updated successfully, but these errors were encountered: