Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

json

http://jonathanaquino.com/singpolymaplay/yubnub2json.php?xn_auth=no&cmd=${cmd}&callback=${callback}
NAME
     json - return the text,result and url of a yubnub command in a json object, with optional callback

SYNOPSIS
     json -cmd [YUBNUB COMMAND AND ARGUMENTS] -callback [OPTIONAL CALLBACK]

EXAMPLES
     json -cmd url gim porsche
     will return :
     {"cmd":"url gim porsche","data":"http://images.google.com/images?q=porsche","url":"http://yubnub.org/parser/url?command=gim+porsche"}
     
     and
     json -cmd url gim porsche -callback play
     will return :
     play({"cmd":"url gim porsche","data":"http://images.google.com/images?q=porsche","url":"http://yubnub.org/parser/url?command=gim+porsche"})

DESCRIPTION
     this command should allow web developpers to use Yubnub inside their webpages as
     json allows for cross-site information transmission.
     
     the callback parameter is optional.
     

NOTES
     This command was made using the yubnub2json script created by Stephen Paul Weber.

AUTHOR
     Yann Perrin (see http://yann.perrin.googlepages.com for contact info)
    
854 uses - Created 2006-09-28 20:39:28 - Last used 2024-12-15 05:12:42
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.