Skip to content

Dynamic data support? #5

@kyon45

Description

@kyon45

Any plan to support "data-patch" operation?

{ "op": "set", "dataPath": "/user", "value": {} }   // { "user": {} }
{ "op": "set", "dataPath": "/user/name", "value": "Alice" }  // { "user": { "name": "Alice" } }

Refer to Streaming part, "component-patch" operation is supported.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions