Page 1 of 1

Your application has a requirement to take json input, received via API calls, and parse through it to pull out specific

Posted: Fri Jul 01, 2022 5:42 am
by answerhappygod
Your application has a requirement to take json input, receivedvia API calls, and parse through it to pull out specific pieces ofdata. Also, other developers on the team want the data stored in a"NoSQL" compatible format. What data structure is common to JSONand NoSQL, making it a good fit for our application?
a)
Multi-Dimensional Array
b)
Nested Tuple Sets
c)
Multi-Dimensional List
d)
A Dictionary consisting of Key Value Pairs