Uses of Class
jsonvalues.UserError
Packages that use UserError
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation)
data in a type-safe and structured manner.
-
Uses of UserError in jsonvalues
Methods in jsonvalues that return UserErrorModifier and TypeMethodDescriptionstatic UserError
UserError.pathHeadIsNotAKey
(JsPath path) static UserError
UserError.pathHeadIsNotAnIndex
(JsPath path)