{
    "name": "Alice Cooper",
    "address": {
        "line1": "#<% sampleFunction.randomPin(10) %> Pritam Woods",
        "line2": "Bellandur",
        "city": "Bangalore",
        "state": "Karnataka",
        "country": "India",
        "pin": "<% sampleFunction.randomPin(11) %>"
    },
    "filter": "{\"$and\":[{\"$or\":[{\"$and\":[{\"$and\":[{\"name\":{\"$ne\":\"Harshitha\"}},{\"dob\":{\"$gt\":\"2020-02-02\"}}]},{\"age\":{\"$eq\":\"__USER.attributes.Age__\"}}]},{\"age\":{\"$gt\":22}}]},{\"name\":{\"$eq\":\"__#USER.basicDetails.name__\"}}]}",
    "mobile": "+91 987 654 4323",
    "nameOfChildren": ["Alpha Cooper", "Beta Cooper", "Charlie Cooper"],
    "dateOfBirths": "12/10/2006"
}