Created
May 27, 2012 07:34
-
-
Save Kami/2802631 to your computer and use it in GitHub Desktop.
Swiz - de-serialization example (output)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { id: 15245, | |
| name: 'server #1', | |
| is_active: true, | |
| agent_name: 'some agent', | |
| public_ips: [ '123.45.55.44', '122.123.32.2' ], | |
| state: 'active', | |
| opts: | |
| { option1: 'defaultval', | |
| option2: 'defaultval', | |
| option3: 'something' }, | |
| data: { foo: 'thingone', bar: 'thingtwo' } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment