giftig / flippy

A feature switching application which can also be used as a library for scala applications
MIT License
3 stars 3 forks source link

Add ability to nest objects in ContextValueSerializer #13

Closed giftig closed 8 years ago

giftig commented 8 years ago

Should interpret JList and JObject types so that nesting can happen. Nested namespaced-type conditions makes interpreting that perfectly possible, after all.

Should be able to simply recurse over contained values, by extracting each value as a ContextValue again.