cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

Property serializer #112

Closed apopiak closed 9 years ago

apopiak commented 9 years ago

serialize property values to JSON + populate properties from JSON

apopiak commented 9 years ago

Thanks for all the comments, but the PR is closed because we are refactoring a big part of it. The Lambda was useful (if not necessary) because it made the group->forEachGroup() call easier (we would have had to add a context to a function, so the lambda was an easier way to achieve this). The recursion was the (I think) cleanest and easiest solution.