0.1.8 • Published 11 months ago

@lix-js/plugin-json v0.1.8

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
11 months ago

Lix Plugin .json

This plugin adds support for .json files in Lix.

Limitations

The JSON plugin does not track changes within objects in arrays. Instead, it treats the entire array as a single entity.

  • The JSON plugin does not require a unique identifier for objects within arrays.
  • Any change within an array will be detected as a change to the entire array.
  • The plugin does not differentiate between modifications, deletions, or insertions within arrays.

Valid Example

{
    "apiKey": "your-api-key-here",
    "projectId": "your-project-id-here",
    "settings": {
        "notifications": true,
        "theme": "dark",
        "autoUpdate": false
    },
    "userPreferences": {
        "language": "en",
        "timezone": "UTC"
    }
}
0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago