Description
JsonSerializer currently taken an instance of JsopBuilder. The internal logic can work with JsopWriter. So change the logic to work with JsopWriter
This would allow passing in a streaming writer which does not accumulate the json content in memory.