Hi I'm trying to create a mobile app using cordova with framework7. The problem is when I try to use JSON.stringfy to turn some object to JSON string, I'm getting JSON.stringify is not a function(I guess framework7 does not support), therefore If someone can suggest me another way to turn an unspecified object to JSON string it would be awesome.
JSON.stringifyis present in pretty much every browser. Could it be that you have a variable calledJSONor that you have overwritten the global JSON object? Try printing the value ofJSONto check that.