Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

What should the correct JSON format be of the variable String payload to send data to BigQuery ?

Gal Zahavi edited this page Jul 1, 2020 · 1 revision

The correct format for sending data to BigQuery is:

String json = "{'key':'value', 'key2':'value2'}";

For more information about sending data to BigQuery: