Package io.jenkins.plugins.configsplice.engine.json
package io.jenkins.plugins.configsplice.engine.json
-
ClassDescriptionA parsed JSON property path (SRS section 6.2).Selects a zero-based array element.Selects an object property by exact, case-sensitive name.One navigation step: either an object property or a zero-based array index.Parser for the JSON property-path grammar of SRS section 6.2.Locates the exact source range of a JSON scalar addressed by a
JsonPath(SRS sections 7.1 and 10.1).A located scalar: where it is, what it is, and how confidently we found it.Diagnostic record of what the structural parser reported versus what was verified.The four JSON scalar types (SRS section 3, "Scalar").Minimal JSON string literal codec.