Kriskras99 commented on issue #449:
URL: https://github.com/apache/avro-rs/issues/449#issuecomment-3827996274

   I have to correct my last statement, we do actually support 
serializing/deserializing to/from JSON via the `Value` type as it implements 
`From<serde_json::Value> for Value` and `TryFrom<Value> for serde_json::Value`. 
But it just serializes whatever the `Value` is, so I think the implementation 
is correct.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to