B
benBuckley
Guest
The JsonObject and JsonArray objects both have write methods that do exactly this (Abstracted in JsonConstruct). If you use web handlers for your REST endpoints, simply making the response body the JsonObject/Array will have the web handler deal with serialization for you.
Continue reading...
Continue reading...