HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by mattvr

Comment by mattvr 5 hours ago

1 reply

View on Hacker News

You could also use JSON Merge Patch (RFC 7396) for a similar use case.

(The downside of JSON Merge Patch is it doesn't support concatenating string values, so you must send a value like `{"msg": "Hello World"}` as one message, you can't join `{"msg": "Hello"}` with `{"msg": " World")`.)

[1] https://github.com/pierreinglebert/json-merge-patch

[removed] 4 hours ago
[deleted]
Reply View | 0 replies