Edmond Wong
Edmond Wong
First time I really tried to contribute to open source community by providing fixes but was getting nowhere with Newtonsoft, or Apache Avro. For the closing, our company architects approved...
Hi, this is a fix for Issue https://github.com/JamesNK/Newtonsoft.Json/issues/2900
I really need the issue fixed soon because I do have an Avro schema from the source team who cannot reduce the depth level the document from a vendor. I...
Thanks for the response. I am an user of the Apache Avro project which is using Newtonsoft's library, I will fork the Apache Avro project and see if I can...
JsonReader.Load seems to count differently the depth levels of Avro schema, the following Avro schema has depth level 4. However in JsonReader's Push(JsonContainerType value), when I put a break point...
Added comment of a workaround on end user/developer side in https://issues.apache.org/jira/browse/AVRO-3856.
I noticed there is no deserialization error in Java Avro library with the same schema. May I ask whose Confluent developers qualified in improving Apache.Avro C# library can lead the...
Hi @KalleOlaviNiemitalo, I have reworded the title to reflect the wish to hardcode value of 192 to support parsing of Avro schema up to 64 depth levels. May I ask...