0.1.8 • Published 12 months ago

@lix-js/plugin-json v0.1.8

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
12 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

12 months ago

0.1.7

12 months ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago