rttrorg / rttr

C++ Reflection Library
https://www.rttr.org
MIT License
3.12k stars 430 forks source link

how can i reflect this kind of array? #286

Open cowboylym opened 4 years ago

cowboylym commented 4 years ago

I want to reflect a json string, which like "[ { "X": 113.80403039339605, "Y": 22.652868779963439, "Z": 113.80403039339605 }, { "X": 113.80403464036024, "Y": 22.652860696903234, "Z": 113.80403464036024 } ]"

in the example i haven't find this kind of string. What should i do?