boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

can boon map POJO to JSON string #366

Open dataSQL opened 7 years ago

dataSQL commented 7 years ago

Hello, please... is it possible to create a JSON string from a POJO class ?

tried JACKSON but no one seems to understand what I am talking about tried GSON, same thing...

Hello, please:

How may I accomplish converting a POJO into a JSON (writeValue) -

Need to write an ObjectMapper with System.out.println test.

http://stackoverflow.com/questions/41142802/jsf-managed-bean-accessing-mysql-remote-database-how-to-create-json-array-to-f

Any suggestions greatly appreciated.

Jon