On Tue, May 8, 2018 at 1:59 AM, <[email protected]> wrote: > Tatu, > > Tried it over the weekend and using the objectMapper to convert the JSONNode > to a string works a treat. I agree that getting the JSONNode.toString not to > output valid JSON would help considerably here. Even if it just prepended > JSON:.
Right -- it is understandable that when `toString()` produces valid JSON most of the time (and esp. for simple cases) it would seem like useful. And some libraries use that as the main String serialization method. > > Thanks very much, > Ian You are welcome! -+ Tatu +- > > -- > You received this message because you are subscribed to the Google Groups > "jackson-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
