chronoxor / FastBinaryEncoding

Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
https://chronoxor.github.io/FastBinaryEncoding
MIT License
827 stars 86 forks source link

FBE::JSON::ChildNodeReader small bug with RapidJson v1.1.0 #72

Closed PengyiPan closed 2 years ago

PengyiPan commented 2 years ago

Using latest RapidJson v1.1.0

In the generate fbe_json.h, under struct ChildNodeReader, the last line should be

... member->value.GetObject(), ...
instread of
... member->value.GetObj(), ...

Cheers

chronoxor commented 2 years ago

Thanks for reporting! Fixed in 1.12.0.0