CBOR as an alternative format #6244
-
Introduce the internet-standard CBOR as an alternative format for both the REST API and for the real time gateway. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
i love propietary standards that have a public spec and are openly licensed |
Beta Was this translation helpful? Give feedback.
-
No plans to do so. If ETF does not work for you, please consider using JSON. Note that our gateway speaking ETF is an optimization, as it's faster to serialize due to being the native format that Erlang uses to communicate within its distribution. CBOR, like JSON would not have that benefit, and would add additional complexity to the system for little to no gain. |
Beta Was this translation helpful? Give feedback.
No plans to do so. If ETF does not work for you, please consider using JSON. Note that our gateway speaking ETF is an optimization, as it's faster to serialize due to being the native format that Erlang uses to communicate within its distribution. CBOR, like JSON would not have that benefit, and would add additional complexity to the system for little to no gain.