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
Because of a limitation of the json crate, the compaction algorithm can only attach the @context entry at the bottom of the generated json object. I see two solutions for this:
Add a compact_in function that would compact a document inside a prepared json object, with the context already attached on top.
Because of a limitation of the
json
crate, the compaction algorithm can only attach the@context
entry at the bottom of the generated json object. I see two solutions for this:compact_in
function that would compact a document inside a prepared json object, with the context already attached on top.Object
maciejhirsz/json-rust#194 to be fixed, if it is someday.The text was updated successfully, but these errors were encountered: