Skip to content Skip to sidebar Skip to footer

Query Tangled Array In Pymongo

I am trying to query a very tangled collection. The schema: {'tags': {'variables': [{'value': '3x9', 'var_name': 's'}, {'value': '12:00AM', 'var_name': 'x'},

Solution 1:

Can you just say res['tags']['variables'] instead of res = list(res)?


Post a Comment for "Query Tangled Array In Pymongo"