Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Data masking for JSON response array

Anybody know the data masking JSON path expression for a JSON array response like this:

[
  {
    "a": "b"
  }
]

I can't seem to mask any part of the response if the root is an array (rather than a plain object).

Here is the mock target I configured to test this: http://www.mocky.io/v2/59cd1f421100004e00ccca7e

1 8 2,118
8 REPLIES 8