I have an input parameter which is a locale - such as en_GB. It forms part of a path in an API request. This is the API field i'm trying to create.
"en_GB.Criteria.Months_Low":{"$gte":12}
However in the API request its failing because it seems to be using the "." full stop and splitting the key/fieldname into a form of object/heiracy.
How do i stop it splitting the field into seperate layers/objects?