Skip to content

Instantly share code, notes, and snippets.

@dougneal
Created October 3, 2024 12:36
Show Gist options
  • Save dougneal/6820c43f29ad07bd4e364b7be480cdba to your computer and use it in GitHub Desktop.
Save dougneal/6820c43f29ad07bd4e364b7be480cdba to your computer and use it in GitHub Desktop.
Example input
[
{
"type": "pdq",
"left": "12345....",
"right": "67890...."
},
{
...
}
]
Example output
[
{
"type": "pdq",
"distance": 10
},
{
...
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment