Computer Science, asked by kashyapmanisha514, 17 hours ago

In which argument the module applies to each JS
attribute name?
A json/read
B json/write
C value-fn
D key-fn

Answers

Answered by prutharai
0

Answer:

json/red this is the answer

Answered by yashaswi084
0

Answer:A)json/read

Explanation:

JSON (JavaScript Object Notation) is a data-interchange format originally designed to pass data to and from JavaScript. It is often necessary for a web application to pass data back and forth between the application and a server (such as MarkLogic Server), and JSON is a popular format for doing so. JSON, like XML, is designed to be both machine- and human-readable.

Similar questions