Hypertext Application Language: Difference between revisions

Content deleted Content added
clean up, typo(s) fixed: on June 2012 → in June 2012
m change source to syntaxhighlight
Line 10:
==Example==
General Resource
<sourcesyntaxhighlight lang="json">
{
"_links": {
Line 20:
"name": "HAL Cookbook"
}
</syntaxhighlight>
</source>
Embedded resource
<sourcesyntaxhighlight lang="json">
{
"_links": {
Line 44:
"name": "HAL Cookbook"
}
</syntaxhighlight>
</source>
Collections
<sourcesyntaxhighlight lang="json">
{
"_links": {
Line 80:
"name": "HAL Cookbook"
}
</syntaxhighlight>
</source>
 
==See also==