ractise.halbuilder-json.4.1.1.source-code.exampleSingleElemArrayLinks.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of halbuilder-json Show documentation
Show all versions of halbuilder-json Show documentation
HAL+JSON serializer/deserializer extension to the HalBuilder Library
{
"_links" : {
"curies" : [ {
"href" : "https://example.com/apidocs/ns/{rel}",
"name" : "ns",
"templated" : true
} ],
"self" : {
"href" : "https://example.com/api/customer/123456"
},
"ns:parent" : [ {
"href" : "https://example.com/api/customer/1234",
"name" : "bob",
"title" : "The Parent",
"hreflang" : "en"
} ],
"ns:users" : [ {
"href" : "https://example.com/api/customer/123456?users"
} ]
},
"age" : 33,
"expired" : false,
"id" : 123456,
"name" : "Example Resource",
"optional" : true
}