Recursively search for x in a nested dict/list structure.
x (object) – Value to search for.
table (dict or list) – Nested structure.
The matched value, or None if not found.
None
object or None