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

ractise.halbuilder-json.4.1.1.source-code.exampleWithNullProperty.xml Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
<resource xmlns:ns="https://example.com/apidocs/ns/{rel}" xmlns:role="https://example.com/apidocs/role/{rel}" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" href="https://example.com/api/customer/123456">
  <link rel="ns:parent" href="https://example.com/api/customer/1234" name="bob" title="The Parent" hreflang="en" />
  <link rel="ns:users" href="https://example.com/api/customer/123456?users" />
  <age>33</age>
  <expired>false</expired>
  <id>123456</id>
  <name>Example Resource</name>
  <nullprop xsi:nil="true" />
  <optional>true</optional>
</resource>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy