Proxyman Documentation
Homepage
Pricing
Blog
Download
Search…
Overview
Changelog
License
License Manager
Command-line
Proxyman iOS
Proxyman for iOS
Debug on Devices
macOS
iOS Device
iOS Simulator
tvOS & watchOS
Android Device & Emulator
Firefox
Java VMs
Python
Ruby
React Native
Flutter
HTTP Clients
Docker
Atlantis
Atlantis for iOS
BASIC FEATURES
Proxyman Proxy Helper Tool
Request / Response Previewer
SSL Proxying
Import / Export
Content Filter
Multiple Tabs
Horizontal/Vertical/Window Layout
Copy as
Custom Previewer Tab
Custom Header Column
Regex (Regular Expression)
Filter JSON Response
Highlight by Color and Add Comment
Import / Export Settings
Multipart Form-Data Previewer
JSONPath
Customize Toolbar
ADVANCED FEATURES
Repeat
Edit & Repeat
Compose new Request
No Caching
Breakpoint
Breakpoint Templates
Map Local (File)
Map Local (Directory)
Map Remote
External Proxy
Save Session
Protobuf
WebSocket
Clear Session
Block List
Allow List
Charles Proxy Converter
Custom Certificates
GraphQL
Network Conditions
Multiple Filters
Publish to Gist
Reverse Proxy
Code Generator
Diff
Scripting
Scripting
async/await Request
Addons
Built-in JS Libraries
Write your own Addons
Snippet Code
Environment Variables
Troubleshooting
Proxyman does not work with VPN apps
My Remote Devices (iOS/Android) could not connect to Proxyman?
SSL Error from HTTPS Request/Response
I could not see any requests from my localhost server
*.local requests do not appear on Proxyman
I couldn't see any traffics on Proxyman
I couldn't see any requests from 3rd-party network libraries
[Breakpoint] Modify Request/Response by Raw Message
Could not change Proxyman App Icons
Lost data after updating Proxyman app?
Powered By
GitBook
Filter JSON Response
You can quickly filter the JSON Response with the following approach:
1. Filter on JSON Previewer
⌘F
to trigger the Filter
Support Regex
Support Jump Next
2. JSONPath
Proxyman supports
JSONPath
for quickly querying the data in JSON Document.
Please check out JSONPath documentation.
JSONPath
3. KeyPaths
Support Key Paths filter on JSON Tree View mode
Search specifically the children keys
Syntax example:
posts[1].maker[2]
: Go from Root -> Get item at index 1 of the Posts array -> Get the index 3 items of Makers array and filter out
users.name
: Get the name value of the "users" dictionary
4. All Keys or All Values
Show all nodes that the key or value contains the search text
BASIC FEATURES - Previous
Regex (Regular Expression)
Next - BASIC FEATURES
Highlight by Color and Add Comment
Last modified
9mo ago
Copy link
Contents
1. Filter on JSON Previewer
2. JSONPath
3. KeyPaths
4. All Keys or All Values