Skip to main content

is_skeleton_json

Function is_skeleton_json 

Source
pub fn is_skeleton_json(content: &str) -> bool
Expand description

Detect whether a legacy .json file is a “skeleton” — corrupted to contain only structural characters ({}, [], commas, colons, whitespace) with all actual data stripped. These files parse as valid JSON but contain no useful session content.