tiatoolbox . annotation . dsl . json_contains
tiatoolbox
annotation
dsl
json_contains
Return True if a JSON string contains x.
json_str (str) – JSON string.
x (object) – Value to search for.
True if x is in json_str.
bool