SDTF Query Language
SDTF Query Langage format API reference
Examples
{
"where": {
"collection": "^Colors$",
"select": {
"collection": true,
"children": {
"tokens": true
}
}
}
}{
"where": {
"token": ".*",
"withTypes": { "include": ["color"] },
"select": true
}
}Query Language Structure
Where Token
Where Group
Where Collection
Recursion
Query Result
Last updated
Was this helpful?