# Create a blob
curl -i -d '[{"name": "Louis"}, {"name": "Greg"}, {"name": "Phil"}]' https://jsonblob.io
x-blob-latest-version: 1
x-blob-read-only-hash: 0a513f3defc00f389260814004b78eff04510076cfeacd23d141da2a26a51552
x-blob-uuid:
# Fetch the blob querying for an array of the 'name' values
curl 'https://jsonblob.io/?jsonPath=*.name'
["Greg","Louis","Phil"]