PXON is a proposed standard, which no one needs or even asked for, of the representation of pixel art using JSON and properties of the Exif RDF schema.
{
"exif": {
"software": "http://pxonloop.glitch.me",
"artist": "jenn schiffer",
"imageDescription": "smile",
"userComment": "an example pixel drawing to show off pxon",
"copyright": "jenn schiffer 2018",
"dateTime": "2015-09-17T15:21:51.761Z"
},
"pxif": {
"pixels": [
{
"x": 75,
"y": 69,
"color": "rgba(0, 0, 0, 1)",
"size": 15
},
...
]
}
}