An open API service indexing awesome lists of open source software.

https://github.com/1ambda/zeppelin-json-spell

JSON spell for Apache Zeppelin
https://github.com/1ambda/zeppelin-json-spell

hellium json spell zeppelin

Last synced: 2 months ago
JSON representation

JSON spell for Apache Zeppelin

Awesome Lists containing this project

README

          

# zeppelin-json-spell

Provide JSON editor in paragraphs.

## Usage

![](https://raw.githubusercontent.com/1ambda/zeppelin-json-spell/master/screenshots/usage.png)

## Example Paragraph for Testing

```
%json

{"array":[1,2,3],"boolean":true,"null":null,"number":123,"object":{"a":"b","c":"d","e":"f"},"string":"Hello World"}
```

## License

- [Apache-2.0: jsoneditor](https://github.com/josdejong/jsoneditor)
- Icon made by [Madebyoliver](http://www.flaticon.com/authors/madebyoliver) from [www.flaticon.com](http://www.flaticon.com/free-icon/json-file_136525)