Hi Uberto, I was wandering if Kondor can du partia...
# kondor-json
r
Hi Uberto, I was wandering if Kondor can du partial mapping. Let me explain, I have this json
Copy code
{
	"internet-proxy": [
	 	{
			"label": "internet-proxy",
			"provider": null,
			"credentials": {
				"username": "red-haze",
				"password": "xxxxxxxxx",
			}
		}		
	]
}
and I just want to map to a list of
Credentials
objects with the username and password. Is it possible to avoid having to create a global object that just have the
internet-proxy
field as a list of another object that have a
credentials
field of type
Credentials