Parse and validate JSON data from construction APIs, IoT sensors, and BIM exports. Transform nested JSON to flat DataFrames.
- Added new skill documentation with detailed Python class and usage examples. - Supports parsing, validating, and flattening JSON data from construction APIs, IoT sensors, and BIM exports. - Includes BIMJSONParser and IoTJSONParser classes for specialized workflows. - Provides methods to extract elements, flatten JSON, validate schemas, and convert to DataFrames. - Quick start guides and common use case examples included in documentation.