|
|
|
|
|
by ractive
1180 days ago
|
|
One convenient usecase for me is to generate model classes from a sample JSON document: "please create me a java class using lombok from this JSON: {...}" Also vice versa: "create a JSON document with sample data from this java model class: "public class Person {String name; ...}" |
|