5c6160ad by Marcos Cano

added json caps

1 parent d23344d0
variable=hello world
{
"variable": "hello world"
}
\ No newline at end of file
#!/usr/bin/python
import string, re, sys
import getopt,os.path
import getopt,os.path, json
debug = False
......