https://github.com/disjukr/babel-plugin-jsx-jsonml
transform jsx into jsonml
https://github.com/disjukr/babel-plugin-jsx-jsonml
Last synced: 2 months ago
JSON representation
transform jsx into jsonml
- Host: GitHub
- URL: https://github.com/disjukr/babel-plugin-jsx-jsonml
- Owner: disjukr
- Created: 2016-03-21T16:06:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T16:06:22.000Z (about 9 years ago)
- Last Synced: 2025-01-26T15:23:23.964Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# babel-plugin-jsx-jsonml
it transforms jsx into [jsonml](http://www.jsonml.org/)
## usage
```js
babel.transform(code, {
plugin: 'babel-plugin-jsx-jsonml'
});
```## license
zlib