You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`source`: JSON object that is already defined and you want to migrate (if needed).
66
+
-`versions`: An array of version definitions. The version number is not semantic versioning and follows a simple incremental pattern.
67
+
-`options`: Optional options to use to further adjust the migration process.
68
+
-`targetVersion`: If you want to override the default versioning process (to the latest). Defaults to `-1` to always upgrade the object to the latest version available.
69
+
-`sort`: Sorts the object (and nested objects) properties alphabetically. Defaults to false.
70
+
71
+
## License
72
+
73
+
JSON Pilot is licensed under Mozilla Public License Version 2.0.
74
+
75
+
## Support
76
+
77
+
While there's no official support, you can always create a new [discussion](https://github.com/MatthewSH/jsonpilot/discussions) or if you encounter a bug please feel free to [open an issue](https://github.com/MatthewSH/jsonpilot/issues)
0 commit comments