ByteArrayOutputStream os = new ByteArrayOutputStream();
Person person = new Person();
// fullfill properties
SpeeJson speedjson = new SpeeJson();
speedjson.put(person, os);
Around 100% faster than Jackson. From Java object -> json
{
"id":null,
"name":"Afonso Silva",
"age":18,
"birth":1552753131143,
"taxId":"123345456",
"email":"email@server.com",
"salary":1500,
"active":true,
"address":null
}
This project uses and recomends JProfiler as Java Profiler
GNU LGPLv3
Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.
Permissions | Conditions | Limitations |
---|---|---|
Commercial use | Disclose source | Liability |
Distribution | License and copyright notice | Warranty |
Modification | Same license | |
Patent use | State changes | |
Private use |