Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 918 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 918 Bytes

outliner.js

I'm working on a way to present JSON data, besides serializing it to a string. I'm also trying to build up a corpus of sample JSON documents to make it easy to play around with different presentation styles.

TODO

  • Collapsing and Expanding
  • Syntax highlighting post-render example
  • load URLs with a spinner
  • Edit leaf values
  • Add items to objects
  • Add items to arrays
  • Remove items from objects and arrays
  • Wrap a node in a list
  • Unwrap node(s) in a list
  • Speed up node creation

Dependencies

Current

  • underscore.js

Under consideration

  • backbone.js
  • DOMBuilder
  • Traverse
  • Eco templates

Credits

License

Copyright (c) 2010-2011 Ben Atkin. Licensed under the terms of the MIT license.