I am trying to convert an FHIR Resource
or ResourceOrFeed
Object to the JSON String. I could not find any API methods available in the Java Implementation for this.
There are serializers available for .NET api but similar API is not available for Java implementation.
Any pointers on how to convert an ResourceOrFeed
object to Actual String JSON representation?
The default conversion from Spring Jackson converter is working for me but it is not outputting the correct JSON and I dont want to write a custom Object mapper.