Dummy content for a POC project in JSON based on “The Bar Room Polka” by Frankie Yankovic. If you haven’t heard this song, you should. The content provides a nice mix of data structures and missing values. Besides, “plush line club” is just an awesome vintage phrase. My only question is: where the hell is “Tweedunk”?
{ 'places' : ['tavern', 'salon', 'cabaret'], 'nowhere' : ['dive', 'joint'], 'everywhere' : 'plain old fashioned drunk', 'Pennsylvania' : { 'itsCalledA' : 'taproom', 'theyServe' : 'n/a' }, 'Manhattan' : { 'itsCalledA' : 'plush line club', 'theyServe' : 'n/a' }, 'Chicago' : { 'itsCalledA' : 'gin mill', 'theyServe' : 'n/a' }, 'London' : { 'itsCalledA' : 'blooming pub', 'theyServe' : 'n/a' }, 'Newport' : { 'itsCalledA' : 'n/a', 'theyServe' : 'cocktails' }, 'Tweedunk' : { 'itsCalledA' : 'n/a', 'theyServe' : 'boiler maker' }, 'Milwaukee' : { 'itsCalledA' : 'bar room', 'theyServe' : 'n/a' }, 'Wilksbury' : { 'itsCalledA' : 'meeting hall', 'theyServe' : 'n/a' }, 'Greenland' : { 'itsCalledA' : 'beer joint', 'theyServe' : 'n/a' }, 'Tennessee' : { 'itsCalledA' : 'cider mill', 'theyServe' : 'n/a' }, 'Altoona' : { 'itsCalledA' : 'n/a, 'theyServe' : 'spooners' }, 'Bridgeport' : { 'itsCalledA' : 'honky talk', 'theyServe' : 'n/a' }, }