# jsonpath **Repository Path**: mirrors_rancher/jsonpath ## Basic Information - **Project Name**: jsonpath - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-22 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JSONPath This package contains an implementation of the jsonpath query spec defined in https://goessner.net/articles/JsonPath. While there are other golang implementations of the same spec, none are complete, actively maintained, and support field mutation. Since field mutation is the primary need for rancher audit logging, those existing libraries did not satisfy our needs. Thus rancher/jsonpath is born!