get Value At Path
Recursively retrieves a nested value from a JsonObject using a dot-notated key path.
Example: val dir = json.getValueAtPath("details.movement.dir")?.asString
Recursively retrieves a nested value from a JsonObject using a dot-notated key path.
Example: val dir = json.getValueAtPath("details.movement.dir")?.asString