Posts by user3429571 • 11 points
1 post
-
1
votes1
answer229
viewsQ: How to get only one Json value using request.get_data() Flask Python
I’m a Python beginner and a hint to get only one value from the following Json. { "test1":"valortest1", "test2":"valortest2", "test3":"valortest3", "test1":"valortest1" } Use to get json as follows…