[{"data":1,"prerenderedAt":353},["ShallowReactive",2],{"docs-navigation":3,"docs-\u002Fdocs\u002Fdata-inspector":43},[4],{"title":5,"path":6,"stem":7,"children":8},"Docs","\u002Fdocs","docs",[9,14,19,25,31,37],{"title":10,"path":6,"stem":11,"navTitle":12,"order":13},"Overview","docs\u002Findex",null,1,{"title":15,"path":16,"stem":17,"navTitle":15,"order":18},"API client","\u002Fdocs\u002Fapi-client","docs\u002Fapi-client",3,{"title":20,"path":21,"stem":22,"navTitle":23,"order":24},"Inspecting and Querying Data","\u002Fdocs\u002Fdata-inspector","docs\u002Fdata-inspector","Data Inspector",5,{"title":26,"path":27,"stem":28,"navTitle":29,"order":30},"Connecting to Databases","\u002Fdocs\u002Fdatabase-client","docs\u002Fdatabase-client","Database Client",4,{"title":32,"path":33,"stem":34,"navTitle":35,"order":36},"Managing Environments and Variables","\u002Fdocs\u002Fenvironment-variable","docs\u002Fenvironment-variable","Environments & Variables",6,{"title":38,"path":39,"stem":40,"navTitle":41,"order":42},"Managing the Workspace","\u002Fdocs\u002Fworkspace","docs\u002Fworkspace","Workspace",2,{"id":44,"title":20,"body":45,"description":347,"extension":348,"meta":349,"navTitle":23,"navigation":350,"order":24,"path":21,"seo":351,"stem":22,"__hash__":352},"docs\u002Fdocs\u002Fdata-inspector.md",{"type":46,"value":47,"toc":336},"minimark",[48,52,67,72,75,112,133,137,140,164,168,173,180,220,224,230,250,254,261,265,272],[49,50,20],"h1",{"id":51},"inspecting-and-querying-data",[53,54,55,56,61,62,66],"p",{},"The Data Inspector is a unified subsystem for exploring structured data. It powers the Raw Query kit for standalone data analysis and acts as the response viewer for ",[57,58,60],"a",{"href":59},"..\u002Fdocs\u002Fapi-client","API"," and ",[57,63,65],{"href":64},"..\u002Fdocs\u002Fdatabase-client","Database"," clients.",[68,69,71],"h2",{"id":70},"loading-data","Loading data",[53,73,74],{},"In the Raw Query kit, you can load data through several methods:",[76,77,78,90,100,106],"ul",{},[79,80,81,85,86,89],"li",{},[82,83,84],"strong",{},"Paste button",": Click the ",[82,87,88],{},"Paste"," button to load text directly from your clipboard.",[79,91,92,95,96,99],{},[82,93,94],{},"Open button",": Click ",[82,97,98],{},"Open"," to browse and select a local file.",[79,101,102,105],{},[82,103,104],{},"Drag and Drop",": Drag a file from your file system and drop it onto the editor area.",[79,107,108,111],{},[82,109,110],{},"Manual Entry",": Type or edit data directly in the editor.",[53,113,114,115,119,120,119,123,119,126,119,129,132],{},"Supported file formats include ",[116,117,118],"code",{},".json",", ",[116,121,122],{},".xml",[116,124,125],{},".txt",[116,127,128],{},".md",[116,130,131],{},".log",", and Base64-encoded JSON.",[68,134,136],{"id":135},"data-formats-and-conversion","Data formats and conversion",[53,138,139],{},"The inspector auto-detects the format of loaded data but lets you override it manually:",[76,141,142,148,158],{},[79,143,144,147],{},[82,145,146],{},"JSON",": The default format for structured data.",[79,149,150,153,154,157],{},[82,151,152],{},"XML",": View XML with syntax highlighting and formatting. Switch to ",[82,155,156],{},"Preview"," mode to view XML as a traversable JSON object.",[79,159,160,163],{},[82,161,162],{},"Base64 JSON",": Decodes Base64-encoded JSON strings into JSON automatically.",[68,165,167],{"id":166},"exploration-tools","Exploration tools",[169,170,172],"h3",{"id":171},"raw-mode","Raw mode",[53,174,175,176,179],{},"The ",[82,177,178],{},"Raw"," mode uses a Monaco-based editor with syntax highlighting.",[76,181,182,199,205,211],{},[79,183,184,187,188,119,191,194,195,198],{},[82,185,186],{},"Format tools",": Use the ",[82,189,190],{},"Format\u002FExpand",[82,192,193],{},"Collapse",", and ",[82,196,197],{},"Minimize"," buttons to adjust data presentation.",[79,200,201,204],{},[82,202,203],{},"Search",": Find specific keys or values across the object.",[79,206,207,210],{},[82,208,209],{},"Copy JSONPath",": Click any key in a JSON object to copy its JSONPath.",[79,212,213,85,216,219],{},[82,214,215],{},"Copy Value",[82,217,218],{},"Copy"," icon in the editor's top-right corner to copy the entire input to your clipboard.",[169,221,223],{"id":222},"preview-mode","Preview mode",[53,225,226,227,229],{},"Switch to ",[82,228,156],{}," mode to visualize data:",[76,231,232,238,244],{},[79,233,234,237],{},[82,235,236],{},"Table",": Renders JSON arrays as sortable and resizable data grids.",[79,239,240,243],{},[82,241,242],{},"Image",": Renders Base64-encoded images or byte arrays as inline images.",[79,245,246,249],{},[82,247,248],{},"PDF",": Displays Base64 or binary PDFs using an inline viewer or a full-screen overlay for large files.",[169,251,253],{"id":252},"compare-mode-diff","Compare mode (Diff)",[53,255,256,257,260],{},"Click the ",[82,258,259],{},"Compare mode"," icon to view a side-by-side diff between the current data and the version that existed when the editor was first focused. This tracks manual edits or changes in updated API responses.",[68,262,264],{"id":263},"jsonpath-queries","JSONPath Queries",[53,266,267,268,271],{},"Use the ",[82,269,270],{},"Query"," section to filter and extract data from the loaded source in real-time.",[76,273,274,284,290,299,316,330],{},[79,275,276,279,280,283],{},[82,277,278],{},"Run Queries",": Enter a JSONPath expression (e.g., ",[116,281,282],{},"$.items[*].id",") to filter data. Results update as you type.",[79,285,286,289],{},[82,287,288],{},"Multiple Queries",": Run several queries simultaneously using multiple rows.",[79,291,292,295,296,298],{},[82,293,294],{},"Query Diff",": Toggle ",[82,297,259],{}," to see how result sets have changed since the last execution.",[79,300,301,85,304,307,308,311,312,315],{},[82,302,303],{},"Extract to Variable",[82,305,306],{},"Options"," (",[82,309,310],{},"...",") menu on a query row and select ",[82,313,314],{},"Extract to variable",". Enter a variable name; the query result will be automatically assigned to this variable on each execution.",[79,317,318,85,321,307,323,325,326,329],{},[82,319,320],{},"Tagging",[82,322,306],{},[82,324,310],{},") menu and select ",[82,327,328],{},"Add tag"," to categorize queries. You can then use the tag filter at the top of the list to show only specific groups.",[79,331,332,335],{},[82,333,334],{},"Navigation",": Click any key in a query result to copy its JSONPath to your clipboard.",{"title":337,"searchDepth":42,"depth":42,"links":338},"",[339,340,341,346],{"id":70,"depth":42,"text":71},{"id":135,"depth":42,"text":136},{"id":166,"depth":42,"text":167,"children":342},[343,344,345],{"id":171,"depth":18,"text":172},{"id":222,"depth":18,"text":223},{"id":252,"depth":18,"text":253},{"id":263,"depth":42,"text":264},"Load, format, and filter JSON, XML, and binary data using the Data Inspector and JSONPath queries.","md",{},true,{"title":20,"description":347},"yFuNZtcMpky6QI5RN-OId1L2jP2hvPMi7oC8leC1vPE",1777473474859]