ActiveState Code

Recipe 285099: Data transfer from Python to Javascript


withdrawn

Python
1

Comments

  1. 1. At 6:05 a.m. on 4 jun 2004, bryan rasmussen said:

    check out json. http://www.crockford.com/JSON/index.html

    "JavaScript Object Notation (JSON) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. This feature can also be found in Python."

Sign in to comment