From: Walter K. <wa...@co...> - 2018-09-17 12:25:38
|
Not sure why recursive calls should be an issue with Java ?? Can you share more details on this ? You can try javax.json package build into java, or JSON.simple (3rd party library). Lots Of documentation on line. > On Sep 17, 2018, at 7:58 AM, Bernard Rolland <Ber...@me...> wrote: > > Hi, > > I receive Message coming from TCP . I would to forward it to an other system in JSON format . How can I do that ? . I tried with Gson without success due to a lot a recursive calls. > > Thanks > > > > > > _______________________________________________ > Hl7api-devel mailing list > Hl7...@li... > https://lists.sourceforge.net/lists/listinfo/hl7api-devel |