Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	...
    "author": "example-user",
	...
	"profile_images": {
		"example-user": {
			...
    	},
		},
		"username2": {
			...
		},
		"username3": {
			...
		},
	}
}

...

Code Block
{
	...
    "author": "example-user",
	...
	"users": {
		"example-user": {
		    "profile": {
    	  	    "image": {
			        "raw": "http://...",
				    "small": "http://...",
	    	    },
		    },
        },
		"username2": {
			...
		},
		"username3": {
			...
		},
	}
}