# ilib-loctool-webos-json-resource

> A loctool plugin that knows how to process JSON resource files

Latest version **1.7.10** (published 2026-08-18) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install ilib-loctool-webos-json-resource
pnpm add ilib-loctool-webos-json-resource
yarn add ilib-loctool-webos-json-resource
bun add ilib-loctool-webos-json-resource
```

## Health

**Score 60/100 (C)** — status: active.

Positive: no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.7.10 |
| Published | 2026-08-18 |
| First published | 2019-10-02 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.0.0 |
| Dependencies | 1 |
| Unpacked size | 38.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 1 |
| Author | Goun Lee |
| Maintainers | goun |
| Keywords | internationalization, i18n, localization, l10n, globalization, g11n, strings, resources, locale, translation, loader, javascript, json |

## Links

- npm: https://www.npmjs.com/package/ilib-loctool-webos-json-resource
- Repository: https://github.com/iLib-js/ilib-mono-webos
- Homepage: https://github.com/iLib-js/ilib-mono-webos/blob/main/packages/ilib-loctool-webos-json-resource
- Issues: https://github.com/iLib-js/ilib-mono-webos/issues
- npm.io page: https://npm.io/package/ilib-loctool-webos-json-resource

## Dependencies (1)

- [ilib](https://npm.io/package/ilib.md) ^14.22.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.7.10 (latest) — 2026-08-18
- 1.7.9 — 2026-04-16
- 1.7.8 — 2025-12-23
- 1.7.7 — 2025-12-01
- 1.7.6 — 2025-10-13
- 1.7.5 — 2025-08-04
- 1.7.4 — 2025-07-18
- 1.7.3 — 2025-05-07
- 1.7.2 — 2025-04-03
- 1.7.1 — 2025-02-18
- 1.7.0 — 2025-02-13
- 1.6.1 — 2024-02-13
- 1.6.0 — 2024-02-07
- 1.5.8 — 2023-09-21
- 1.5.7 — 2023-09-08
- … 26 more at https://npm.io/package/ilib-loctool-webos-json-resource/versions

## README

# ilib-loctool-webos-json-resource
ilib-loctool-webos-json-resource is a plugin for the loctool that
allows it to read and localize JSON resource files. This plugin is optimized for the webOS platform.

### JSONResource FileType
This plugin is for generating JSON type resource files from JavaScript, C, and Cpp source file types. The default JSON resource file name is `strings.json` which is for a JavaScript type. In order to generate other resource file names, The following setting is needed in your `project.json` file.
```json
 "settings": {
    "resourceFileNames": {
        "c": "cstrings.json",
        "cpp": "cppstrings.json"
    }
}
```
#### Sample
The simple sample is provided in the [samples-loctool](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/samples-loctool).
Please check the [webos-js](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/samples-loctool/webos-js), [webos-c](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/samples-loctool/webos-c), [webos-cpp](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/samples-loctool/webos-cpp), and [webos-dart](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/samples-loctool/webos-dart) samples to see what JSON files look like.

## License

Copyright (c) 2019-2026, JEDLSoft

This plugin is license under Apache2. See the [LICENSE](https://github.com/iLib-js/ilib-mono-webos/blob/main/packages/ilib-loctool-webos-json-resource/LICENSE)
file for more details.

## Release Notes

See the [CHANGELOG.md](https://github.com/iLib-js/ilib-mono-webos/blob/main/packages/ilib-loctool-webos-json-resource/CHANGELOG.md) file.

---
_Source: https://npm.io/package/ilib-loctool-webos-json-resource · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
