ok I have this json string that needs to have the input fields of the requested data input. I will be storing the imputed vales in a sqlite table to be used. But I am not sure what I am looking at to do this exactly. This info we be used in several places also.
json cred string:
var thisJsonStr = "{\"Credentials\":{\"ApiKey\":\"string (CompactGUID)\",\"MerchantID\":\"string\",\"StoreID\":\"string\",\"Username\":\"string\",\"Password\":\"string\"},\"Start\":\"string (ISO8601)\",\"End\":\"string (ISO8601)\",\"Closeouts\":[\"string (ID)\"],\"ReportID\":[\"string\"]}",