UNPKG

halfred

Version:

parses JSON HAL resources (Hypertext Application Language)

22 lines (20 loc) 380 B
'use strict'; exports.get = function() { return { _embedded: { one: { _embedded: { two: { _links: { self: { href: '/self' }, foo: { href: '/foo', deprecation: 'http://api.io/deprecated/link/explanation' } } } } } } }; };