JSON File Format to Search for and Replace Text Strings

In the search and replace JSON file, you use an items element to identify all of the text strings to search for and replace.

The action elements are contained in a commands element.

  • items — Specifies the section containing the text items to replace.

  • oldValue — Specifies the text string to search for.

  • newValue — Specifies the replacement text.

  • ignoreCase — Ignores case when set to true, but becomes case-sensitive when set to false. The default value is false.