Skip to content

Instantly share code, notes, and snippets.

@doctorpangloss
Created August 15, 2025 16:55
Show Gist options
  • Save doctorpangloss/42a25ae94056f58e2753a064d277129a to your computer and use it in GitHub Desktop.
Save doctorpangloss/42a25ae94056f58e2753a064d277129a to your computer and use it in GitHub Desktop.
json example
{
"1": {
"inputs": {
"value": [
"2",
0
]
},
"class_type": "PreviewString",
"_meta": {
"title": "PreviewString"
}
},
"2": {
"inputs": {
"value": "hello"
},
"class_type": "PrimitiveString",
"_meta": {
"title": "String"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment