WorkVersatile
Free Online Tools & Converters
Online Json to Pojo
Json To Pojo Converter
{ "id": 45, "cost": 67.32, "message": "Hello World!", "available": true, "days": ["Mon", "Tue"], "customer": [ { "name": "Bob", "yearsOfService": 6 }, { "name": "Mary", "yearsOfService": 3, "gender": "female" } ], "expiration": "2016-05-1", "Obj": { "fld1": "Bob", "fld2": "Mary" } }
▼ C O N V E R T ▼
Convert Json Schema To Pojo Objects in Java
Json to Pojo will convert json schema to Pojo in Java & generate pojo from json easily free of cost. Basically this tool generate Plain Old Java Objects from JSON-Schema.
Follow us