Skip to content

Instantly share code, notes, and snippets.

@pmclanahan
Created June 12, 2013 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmclanahan/5762214 to your computer and use it in GitHub Desktop.
Save pmclanahan/5762214 to your computer and use it in GitHub Desktop.
JSON format for SWU.

I believe all the files can be processed into a single JSON file with the following format.

{
    "public-figures": ["first last", "first last", ...],
    "businesses": ["name", ...],
    "organizations": ["name", ...],
    "private-individuals": ["first last", ...],
    "members-of-congress": ["first last", ...]
}

That's all that's needed. The keys identify the element on the page to insert, and the values are inserted as LIs.

BAM!

@simonwex
Copy link

I'm in!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment