All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ing-json-example.1.0.0.source-code.employee.json Maven / Gradle / Ivy

{
	"id": 123,
	"name": "Henry Smith",
	"age": 28,
	"salary": 2000,
	"designation": "Programmer",
	"address": {
		"street": "Park Avn.",
		"city": "Westchester",
		"zipcode": 10583
	},
	"phonenumbers": [
		654321,
		222333
	],
	"skills": [
		{
			"type": "Professionalism",
			"rating": 2
		},
		{
			"type": "Honesty",
			"rating": 3
		},
		null,
		{
			"type": "Problem-solving",
			"rating": 4
		}
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy