summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/json.rb
Commit message (Collapse)AuthorAgeFilesLines
* JSON encoder: New format to preserve all information and be more accessible ↵murphy2009-12-301-2/+47
| | | | for JavaScript programmers (each token is an object). Also a refactorization. Added tests.
* New: *JSON Encoder*murphy2009-04-201-0/+19
Very simple. Not streamable yet.