Converter

DataItemConverter to create JsonPath instances from their String representations.

In the event of any parse exceptions it will return null

Functions

Link copied to clipboard
open override fun convert(dataItem: DataItem): JsonPath<*>?

Should return an instance of T using the data provided by dataItem.