As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
is there a way to edit data on the console so that it preserves it as JSON?
If I enter: {foo: "bar"} on the console, it gets saved as: "{foo: "bar"} and then gets interpreted as a string when I fetch it.
(Similar if I try to enter an array with [])
Is there a way to get the console to respect more than basic data types?
Hello Joel,
Thank you for posting your question to the Kinvey Support Forum.
The problem that you are encountering is that the following code...
{foo: "bar"}
...is not actually valid JSON.
{"foo": "bar"} is the correct syntax to use. If you enter that on the console, it gets saved correctly as JSON.
We hope this helps. Please let us know if you have any questions.
Regards,
Billy Gee
aha, thank you.
You're welcome.
Joel Margolese
is there a way to edit data on the console so that it preserves it as JSON?
If I enter: {foo: "bar"} on the console, it gets saved as: "{foo: "bar"} and then gets interpreted as a string when I fetch it.
(Similar if I try to enter an array with [])
Is there a way to get the console to respect more than basic data types?
Hello Joel,
Thank you for posting your question to the Kinvey Support Forum.
The problem that you are encountering is that the following code...
{foo: "bar"}
...is not actually valid JSON.
{"foo": "bar"} is the correct syntax to use. If you enter that on the console, it gets saved correctly as JSON.
We hope this helps. Please let us know if you have any questions.
Regards,
Billy Gee
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstBilly Gee
Hello Joel,
Thank you for posting your question to the Kinvey Support Forum.
The problem that you are encountering is that the following code...
{foo: "bar"}
...is not actually valid JSON.
{"foo": "bar"} is the correct syntax to use. If you enter that on the console, it gets saved correctly as JSON.
We hope this helps. Please let us know if you have any questions.
Regards,
Billy Gee
Joel Margolese
aha, thank you.
Billy Gee
Hello Joel,
You're welcome.
Regards,
Billy Gee
-
What is the best way to store and load hierarchies/relationships in the Data Store?
-
How do I create in-app payments using Kinvey?
-
Link users to file uploads
-
question about references and user permissions
-
Data storage limits?
-
Relational Data - Files
-
What defines an Active User?
-
"The app backend is under lockdown"
-
query doesn't show files, can't download.
-
Posting Code to Forum
See all 316 topics