j2s icon indicating copy to clipboard operation
j2s copied to clipboard

Nested json date strategies need to bubble up to the root element

Open zadr opened this issue 8 years ago • 0 comments

And/or we need to scan our tree of structs to see if anything has a custom strategy to handle.

For example: In the demo we show off, the given JSONDecoder() needs an iso8601 date strategy because Nested has an iso8601 date to parse.

zadr avatar Jun 27 '17 21:06 zadr