dartxx package
documentation
json_path
JsonPath
<
T
>
JsonPath.fromJson factory constructor
JsonPath.fromJson
JsonPath<
T
>.fromJson
constructor
Null safety
JsonPath<
T
>.fromJson
(
dynamic
json
)
Implementation
factory JsonPath.fromJson(json) => JsonPath<T>.parsed("$json");
dartxx package
documentation
json_path
JsonPath
<
T
>
JsonPath.fromJson factory constructor
JsonPath class
Constructors
fromJson
internal
of
parsed
root
segments
single
Properties
chop
diffHashCode
diffKey
diffSource
equalityHashCode
first
hashCode
isKnown
last
length
path
runtimeType
segments
value
Methods
cast
noSuchMethod
relativize
startsWith
toJson
toKey
toString
Operators
operator ==
operator []
Constants
Root