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
if I understand well, since #68 the order of an object entries is preserved during parsing. However the Object::insert function still always appends elements at the end. I believe this could be easily improved to allow insertion at any given position.
This would be particularly useful for my json-ld crate, where I sometimes need to add a special "@context" entry preferably in first position.
The text was updated successfully, but these errors were encountered:
Hi,
if I understand well, since #68 the order of an object entries is preserved during parsing. However the
Object::insert
function still always appends elements at the end. I believe this could be easily improved to allow insertion at any given position.This would be particularly useful for my
json-ld
crate, where I sometimes need to add a special"@context"
entry preferably in first position.The text was updated successfully, but these errors were encountered: