Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Represent support for JSON serialisation of objects #82

Open
QuintinWillison opened this issue Oct 17, 2022 · 1 comment
Open

Represent support for JSON serialisation of objects #82

QuintinWillison opened this issue Oct 17, 2022 · 1 comment

Comments

@QuintinWillison
Copy link
Contributor

As pointed out by @lmars in #3 (comment) "Publish JSON serializable object", we're perhaps not clear enough that 'plain objects' can be (semi-)transparently encoded to and decoded from JSON in our SDKs for message data.

Relevant terminology from the features spec:

  • JsonObject or JsonArray like object
  • objects capable of JSON representation
  • JSON Message payload
  • stringified as JSON Object or Array
  • JSON-encodable

Especially relevant are: RSL4c, RSL4d, TM2d, TP3e.

This is discrete and different from our support for JSON or MessagePack in the protocol.

Work on this issue includes deciding whether new feature node(s) are required, or whether this capability can be included or better defined within the scope of an existing feature node or nodes.

@sync-by-unito
Copy link

sync-by-unito bot commented Oct 17, 2022

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-2749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant