This example demonstrates how to autocomplete works with an ActivationChar option, press "*" in any value and continue with autocompletion. The autocomplete returns the posible jsonpaths of the existing json document, for example *object.a.

object
{6}
array
[3]
boolean
:
true
null
:
null
number
:
123
object
{2}
string
:
Hello World