Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PYTHON: Write a function, named sum _ all _ JSON _ numbers that takes a string with a JSON object as its contents. The function

PYTHON: Write a function, named sum_all_JSON_numbers that takes a string with a JSON object as its contents. The function should return the sum of every JSON number in the string.
Example
input_string ='{"name":"josh", "age":31, "instructor":true, "degree dates": [2005,2006,2013], "pets":["CrashDown", "Ghost", "RaceTrack", "Dany"]}'
result = sum_all_JSON_numbers(input_string) # should be 6055

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Oriented Databases Prentice Hall International Series In Computer Science

Authors: John G. Hughes

1st Edition

0136298745, 978-0136298748

Students also viewed these Databases questions