Paste a JSON array and define field conditions; matching objects are returned so you can copy just the data you want.
You specify a field and a comparison — such as equals, contains or greater-than — and only matching objects are kept.
Yes — multiple field conditions can be applied together to narrow the results to exactly what you need.
No — filtering produces a new result set while leaving your original array untouched.