Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Insert JSON into dict
#3
If it valid JSON then will json.loads(json_data) return a Python dictionary.
You update dictionary and can also dump i back to JSON with json.dumps(data).
Json doc.
Reply


Messages In This Thread
Insert JSON into dict - by shanz1999 - Feb-23-2017, 11:03 AM
RE: Insert JSON into dict - by sparkz_alot - Feb-23-2017, 01:57 PM
RE: Insert JSON into dict - by snippsat - Feb-23-2017, 03:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sort a dict in dict cherry_cherry 4 78,570 Apr-08-2020, 12:25 PM
Last Post: perfringo
  read json string as dict goron 3 2,724 May-08-2019, 01:43 PM
Last Post: buran
  [split] How to insert JSON into MSSQL gehrenfeld 3 3,353 Jan-27-2019, 06:20 PM
Last Post: micseydel
  How to insert JSON into MSSQL raysefo 2 4,160 Jan-27-2019, 06:17 PM
Last Post: micseydel
  Insert using psycopg giving syntax error near "INSERT INTO" olgethorpe 4 15,693 Jul-21-2017, 07:39 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020