fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
325 B
Text
6 lines
325 B
Text
MultiJSON is a generic swappable back-end for JSON handling.
|
|
|
|
Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder.
|
|
Instead of choosing a single JSON coder and forcing users of your library to be
|
|
stuck with it, you can use MultiJSON instead, which will simply choose the
|
|
fastest available JSON coder.
|