Hi guys,

prettifying a json with johnzon leads to empty lines, what do you think
about it? I'm tempted t get rid of them.

Here is a sample:

----
{"foo":"bar"}
----

-> with johnzon

-----

{

  "foo":"bar"
}
----


-> expected

-----
{
  "foo":"bar"
}
----

If anyone wants to work on it happy to let you hack or I will tackle it
next week probably.

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

Reply via email to