[racket] Json pretty-print

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Apr 16 15:32:10 EDT 2013

That's not really relevant in this case: there is no problem here
comparing the keys since they are all symbols.


10 minutes ago, Danny Yoo wrote:
> Racket provides a generic order predicate: see data/order:
> 
>      http://docs.racket-lang.org/data/Orders_and_Ordered_Dictionaries.html
> 
> For example,
> 
>     https://gist.github.com/dyoo/5398549#file-pretty-print-json-rkt-L5
>     https://gist.github.com/dyoo/5398549#file-pretty-print-json-rkt-L12
>     https://gist.github.com/dyoo/5398549#file-pretty-print-json-rkt-L12

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the users mailing list.