5c6160ad by Marcos Cano

added json caps

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