kbilsted / StatePrinter

Automating unit testing and ToString() coding
Apache License 2.0
93 stars 32 forks source link

Ensure correct Json format #40

Closed kbilsted closed 8 years ago

kbilsted commented 9 years ago

The JsonSerializer can be used for generating json text from an object graph (with no cycles). Possibly this could be used as a reference solution and compared against stateprinter's way of generating json

kbilsted commented 8 years ago

closed with #47