Skip to main content
The JSON loader use JSON pointer to target keys in your JSON files you want to target.

No JSON pointer example

The most simple way of using it is to specify no JSON pointer. The loader will load all strings it finds in the JSON object. Example JSON file:
Example code:

Using JSON pointer example

You can choose which keys in your JSON object you want to extract strings from. In this example, we want to only extract information from “from” and “surname” entries.
Example code: