ES6 serializer. was: JSON-RPC vs. YASMIN. Was: A Critical Analysis of REST APIs for "Transaction Systems"

If you study the work needed for creating a custom JSON canonicalization scheme,
I would say that writing an ES6 compatible serializer is about the same.

I have already done that for Python (modulo FP) and it was quite simple:
https://github.com/cyberphone/openkeystore/tree/master/python

The latest version of GO is claimed (I haven't verified that) to be ES6 compatible
with a single exception, they preserved the concept of -0 (minuscule negative un-normalized double).

Anders

Received on Wednesday, 8 February 2017 05:42:23 UTC