Changes

193 bytes added ,  02:23, 23 April 2025
Line 79: Line 79:     
  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.
    
<pre>
 
<pre>
2,824

edits