Created
October 6, 2013 02:55
-
-
Save topokel/6848893 to your computer and use it in GitHub Desktop.
User Data
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
| { | |
| username: "michael", | |
| email: "humanoidanalog@gmail.com", | |
| password: "sdf9dfj3kr2m3r09u", | |
| items: [ | |
| { | |
| name: "haute dress", | |
| files: [ | |
| { | |
| url: "stitchhub.com/img.jpg", | |
| type: "image", | |
| description: "whole dress" | |
| }, | |
| { | |
| url: "stitchhub.com/measurements.txt", | |
| type: "text", | |
| description: "required measurements" | |
| } | |
| ], | |
| info: { | |
| description: "my suuper hot dress", | |
| materials: [ | |
| { | |
| type: "suede", | |
| amount: "alot" | |
| }, | |
| { | |
| type: "leather", | |
| amount: "two cows" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| name: "sexy pants", | |
| files: [ | |
| { | |
| url: "stitchhub.com/img2.jpg", | |
| type: "image", | |
| description: "the pants" | |
| }, | |
| { | |
| url: "stitchhub.com/notes.txt", | |
| type: "text", | |
| description: "some troubles you'll run into" | |
| } | |
| ], | |
| info: { | |
| description: "some very hot pants", | |
| materials: [ | |
| { | |
| type: "denim", | |
| amount: "enough for all the cowboys" | |
| }, | |
| { | |
| type: "leather", | |
| amount: "two cows" | |
| } | |
| ] | |
| } | |
| } | |
| ], | |
| collections: [ | |
| { | |
| name: "wardrobe", | |
| description: "all the stuff I've made", | |
| items: [ | |
| { | |
| creator: "jason", | |
| name: "tap shoes", | |
| notes: "very cute" | |
| }, | |
| { | |
| creator: "michael", | |
| name: "hot pants", | |
| notes: "v hot" | |
| } | |
| ] | |
| }, | |
| { | |
| name: "outfit", | |
| description: "only for wearing by qtp2ts", | |
| items: [ | |
| { | |
| creator: "suzan", | |
| name: "fab glasses", | |
| notes: "p fab" | |
| }, | |
| { | |
| creator: "pawel", | |
| name: "cat skin jacket", | |
| notes: "very inhumane" | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment