Add support for json marshal/unmarshal #34
Closed
patrickmao93
started this conversation in
Ideas
Replies: 1 comment
-
Is this still an issue? The library does have encoding and decoding for JSON types here. It is tested end-to-end with the beacon open api spec. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For now the JSON returned by Beacon APIs can't get unmarshalled into the types directly, but JSON is the default Beacon API response format. The workload shouldn't be as enormous as writing the SSZ unmarshallers since only the basic types such as uint and hashes.
Beta Was this translation helpful? Give feedback.
All reactions