Hash Operator (#) can be used to access members of objects in an array of objects as below.
Hash Operator (#) can be used to access members of objects in an array of objects as below.
+
+
Multiple keys can be comma separated, and subkeys can be separated with periods (.). Example: x#"id,email.official,address.zip" etc., where x is an array of objects with fields and subfields.