ecologylab/simplJava

rehydrate type information for scalar interpretation at understanding time to simplify deserialization code

Closed this issue · 1 comments

As title implies...
consider the json scalar:

"waiting":"for godot"

the interpretation created from deserialization should only contain waiting and for gldot
...the type of said scalar can be retrieved later... This simplifies deserialization code immensely

Upon second thought, this may not be a good call. Not gonna do this for now.