Boon – Sources

  • Post author:
  • Post category:Boon
  • Post comments:0 Comments

ObjectMapper class can be used to parse a JSON from varying sources. It can use the following sources to parse JSON. byte Arraychar ArrayFileReader classesInput Stream classesString Example The following example…

Continue ReadingBoon – Sources

Boon – To Map

  • Post author:
  • Post category:Boon
  • Post comments:0 Comments

ObjectMapper class can also be used to parse a JSON to Map object instead of a POJO object. Example The following example is using ObjectMapper class to parse a JSON string…

Continue ReadingBoon – To Map

Boon

  • Post author:
  • Post category:Boon
  • Post comments:0 Comments

Boon is a simple Java-based toolkit for JSON. You can use in JSON to encode or decode JSON data in an efficient and faster way. Boon is a simple Java-based toolkit for…

Continue ReadingBoon