Python Forum
converting mysqli to json
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
converting mysqli to json
#1
I downloaded a data base table and asked that it be converted into json. What I got was:
[{"rowId": 21,"nature": "O","symbol": "TAL","qty": 10,"daysHeld": 0,"source": "Momentum","dayEntered": "2018-01-16","pl": -40}, {"rowId": 22,"nature": "O","symbol": "SGMO","qty": 5,"daysHeld": 35,"source": "Lightning Trend","dayEntered": "2018-02-06","pl": 2300}]

When I bring it into Python/json is comes in as a list. How do I get it into a dictionary?

Also what is the statement to modify i.e. the pl 2300 to 230?

Thanx
Reply


Messages In This Thread
converting mysqli to json - by ameliabob - Jul-03-2018, 03:01 PM
RE: converting mysqli to json - by Larz60+ - Jul-03-2018, 03:25 PM

Forum Jump:

User Panel Messages

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