Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I've made a json file of sensors. This is what I have so far and I need help formatting it correctly. { SensorDescription: Motion Sensor,

I've made a json file of sensors. This is what I have so far and I need help formatting it correctly.


{
 "SensorDescription": "Motion Sensor",
 "ImageFile": "Sensors/images/motion sensor.png",
 "SampleRate": 48,
 "Locations": ["Waldorf MD","La Plata MD", "Bethesda MD"],
 "Status":
},
{
 "SensorDescription": "Motion Sensor",
 "ImageFile": "Sensors/images/motion sensor.png",
 "SampleRate": 50,
 "Locations": ["Brooklyn NY", "Queens NY"],
 "Status": "Online"
},
{
 "SensorDescription": "Motion Sensor",
 "ImageFile": "Sensors/images/motion sensor.png",
 "SampleRate": ,
 "Locations": ["Waldorf MD", ""]
},
{
 "SensorDescription": "Motion Sensor",
 "ImageFile": "Sensors/images/motion sensor.png",
 "SampleRate": 45,
 "Locations": ["Washington DC", "Arlington VA"]
},
{
 "SensorDescription": "Motion Sensor",
 "ImageFile": ,
 "SampleRate": 50,
 "Locations": ["Alexandria VA", "Farifax VA"]
},
{
 "SensorDescription": "Motion Sensor",
 "ImageFile": "Sensors/images/motion sensor.png",
 "SampleRate": 50,
 "Locations": ["Tampa FL", "Orlando FL"],
 "Status": "Online"
},
{
 "SensorDescription": "Motion Sensor",
 "ImageFile": "Sensors/images/motion sensor.png",
 "SampleRate": 48,
 "Locations": ,
 "Status": "Replacement Needed"
},
{
 "SensorDescription": "Motion Sensor",
 "ImageFile": "Sensors/images/motion sensor.png",
 "SampleRate": 48,
 "Locations": ["Glen Burnie MD", "Bowie MD"]
},
{
 "SensorDescription": "Temperature Sesnor",
 "ImageFile": "Sensors/images/digital temp sensor.jpg",
 "SampleRate": 4,
 "Location": ["Waldorf MD", "Boiwe MD"]
},
{
 "SensorDescription": "Temperature Sesnor",
 "ImageFile": "Sensors/images/digital temp sensor.jpg",
 "SampleRate": 4,
 "Location": ["Waldorf MD", "Boiwe MD"],
 "Range": "-40 Celsius to 125 Celsius",
 "Status":
},
{
 "SensorDescription": "Temperature Sesnor",
 "ImageFile": "Sensors/images/digital temp sensor.jpg",
 "SampleRate": 4,
 "Location": ["Waldorf MD", "Boiwe MD"]
},
{
 "SensorDescription": "Temperature Sesnor",
 "ImageFile": "Sensors/images/digital temp sensor.jpg",
 "SampleRate": 4,
 "Location": ["Waldorf MD", "Boiwe MD"]
},
{
 "SensorDescription": "Temperature Sesnor",
 "ImageFile":,
 "SampleRate": 40,
 "Location": ["Waldorf MD", "Glen Burnie MD"]
},
{
 "SensorDescription": "Touch Sensor",
 "ImageFile": "Sensors/images/touch sensor.png",
 "SampleRate": 60,
 "Location": ["Waldorf MD", "Adelphi MD"]
},
{
 "SensorDescription": "Touch Sensor",
 "ImageFile": "Sensors/images/touch sensor.png",
 "SampleRate": 60,
 "Location": ["La Plata MD", "Owings Mills MD"]
},
{
 "SensorDescription": "Touch Sensor",
 "ImageFile": "Sensors/images/touch sensor.png",
 "SampleRate": 40,
 "Location": ["Ocean City MD"." Upper Marlboro MD"]
},
{
 "SensorDescription": "Touch Sensor",
 "ImageFile": "Sensors/images/touch sensor.png",
 "SampleRate": 60,
 "Location": ["Bel Air MD","Hagerstown MD"]
},
{
 "SensorDescription": "Touch Sensor",
 "ImageFile": "Sensors/images/touch sensor.png",
 "SampleRate": 65,
 "Location": ["Baltimore MD","Annapolis MD"]
},
{
 "SensorDescription": "Touch Sensor",
 "ImageFile": "Sensors/images/touch sensor.png",
 "SampleRate": 55,
 "Location": ["Rockville MD", "Silver Spring MD"]
},
{
 "SensorDescription": "Touch Sensor",
 "ImageFile": "Sensors/images/touch sensor.png",
 "SampleRate": 75,
 "Location": ["Bethesda MD", "Glen Burnie MD", Bowie MD]
}


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

Foundations of Financial Management

Authors: Stanley Block, Geoffrey Hirt, Bartley Danielsen, Doug Short, Michael Perretta

10th Canadian edition

1259261018, 1259261015, 978-1259024979

More Books

Students also viewed these Programming questions

Question

What should begin() and end() do for a container?

Answered: 1 week ago

Question

Summarize the impact of stress on physical well-being.

Answered: 1 week ago

Question

How do you think adults might react in a similar experiment?

Answered: 1 week ago