Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

python parse single quote json

import json

# mixing single and double quotes
data = {'jsonKey': 'jsonValue',"title": "hello world"}

# get string with all double quotes
json_string = json.dumps(data) 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #parse #single #quote #json
ADD COMMENT
Topic
Name
9+1 =