Replace json values with the key path.
Example:
{
"a": {
"b": "Text Note"
}
}
Will generate
{
"a": {
"b": "a.b"
}
}
Replace json values with the key path.
Jest transformer
Webpack loader
Rollup plugin
This project is developed on my free time, any donation is welcome.
JSON Map Keys Β© 2020 by Tiago Porto is licensed under MIT License.