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
It would be really convenient to be able to extend JSON objects rather than overwriting it when doing a COMMENT or USER_JSON. I don't think it deserves to be a feature in the chain natively, but it should definately be a feature in javalon. It would essentially fetch the content (with /account or /content) first, then extend the JSON with Object.assign(oldDoc, newDoc) before transacting.
The text was updated successfully, but these errors were encountered:
It would be really convenient to be able to extend JSON objects rather than overwriting it when doing a COMMENT or USER_JSON. I don't think it deserves to be a feature in the chain natively, but it should definately be a feature in javalon. It would essentially fetch the content (with /account or /content) first, then extend the JSON with
Object.assign(oldDoc, newDoc)
before transacting.The text was updated successfully, but these errors were encountered: