CompilesJsonPaths
trait CompilesJsonPaths
Methods
array
wrapJsonFieldAndPath(string $column)
Split the given JSON selector into the field and the optional path and wrap them separately.
string
wrapJsonPath(string $value, string $delimiter = '->')
Wrap the given JSON path.
string
wrapJsonPathSegment(string $segment)
Wrap the given JSON path segment.
Details
at line 15
protected array
wrapJsonFieldAndPath(string $column)
Split the given JSON selector into the field and the optional path and wrap them separately.
at line 29
protected string
wrapJsonPath(string $value, string $delimiter = '->')
Wrap the given JSON path.
at line 43
protected string
wrapJsonPathSegment(string $segment)
Wrap the given JSON path segment.