@l10nmonster/helpers-json
v1.0.3
Published
Helpers to deal with JSON file formats
Downloads
13
Readme
L10n Monster JSON Helpers
JSON Filter
A filter for JSON files. It supports annotations as defined by the ARB spec. In addition it supports arrays, nested keys and plurals as defined by the i18next JSON v4 format.
this.resourceFilter = new filters.JsonFilter({
enableArbAnnotations: true,
enablePluralSuffixes: true,
emitArbAnnotations: true,
enableArrays: true
});