rigetti / rpcq

The RPC framework and message specification for @rigetti Quantum Cloud Services.
Apache License 2.0
75 stars 29 forks source link

Add FROM-JSON, TO-JSON, and TO-JSON-STRING #123

Closed appleby closed 4 years ago

appleby commented 4 years ago

These functions are useful for <internal project A> which would like to pass JSON-serialized RPCQ messages over HTTP to <internal project B>.

Python rpcq already has to_json and from_json in _base.py.

stylewarning commented 4 years ago

not a fan of the idea of JSON being in RPCQ but we'll do it live anyway I guess