diff options
| author | mjtnix <mjtnix@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2007-10-12 20:16:33 +0000 |
|---|---|---|
| committer | mjtnix <mjtnix@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2007-10-12 20:16:33 +0000 |
| commit | 9e346aa16fdcd04dd5b5405ed8171660f66de8d3 (patch) | |
| tree | e3432aea4f72a892314c5d0095d358a60bd76d7b /freebase/rison.py | |
| parent | 23b9e6de62035c101631ca350226e3548392b95f (diff) | |
license notice. hope to slim this down later.
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@6 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/rison.py')
| -rwxr-xr-x | freebase/rison.py | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/freebase/rison.py b/freebase/rison.py index 468d505..c75dc8e 100755 --- a/freebase/rison.py +++ b/freebase/rison.py @@ -1,25 +1,26 @@ - # -# based on javascript openlaszlo-json +# rison for python (parser only so far) +# see http://mjtemplate.org/examples/rison.html for more info +# + +###################################################################### # -# Author: Oliver Steele -# Copyright: Copyright 2006 Oliver Steele. All rights reserved. -# Homepage: http:#osteele.com/sources/openlaszlo/json -# License: MIT License. -# Version: 1.0 +# the rison parser is based on javascript openlaszlo-json: +# Author: Oliver Steele +# Copyright: Copyright 2006 Oliver Steele. All rights reserved. +# Homepage: http:#osteele.com/sources/openlaszlo/json +# License: MIT License. +# Version: 1.0 # # hacked by nix for use in uris # ported to python by nix # - - - -# # TODO # # switch to unicode -# fall through to simplejson if first char is not in '!(' +# fall through to simplejson if first char is not in '!(' - +# this allows code to use just one parser # |
