mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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)
14 lines
710 B
Plaintext
14 lines
710 B
Plaintext
Google's excellent Visualization suite requires you to format your Javascript
|
|
data very carefully. It's entirely possible to do this by hand, especially with
|
|
the help of the most excellent JSON::XS but it's a bit fiddly, largely because
|
|
Perl doesn't natively support data types and Google's API accepts a super-set of
|
|
JSON - see "JSON vs Javascript" below.
|
|
|
|
This module is attempts to hide the gory details of preparing your data before
|
|
sending it to a JSON serializer - more specifically, hiding some of the hoops
|
|
that have to be jump through for making sure your data serializes to the right
|
|
data types.
|
|
|
|
Every effort has been made to keep naming conventions as close as possible to
|
|
those in the API itself.
|