In jquery.min.js, Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) error

Asked 2 years ago, Updated 2 years ago, 33 views

I downloaded the source code, but there is an error in jquery.min.js, but I don't know why it's an error. (jquery.min.js is the downloaded source...)/)

jquery

2022-09-21 14:46

1 Answers

I think you used the JSON.parse function The error occurred because the string entered in JSON.parse does not fit the JSON format.

Please refer to the link for JSON format. https://www.json.org/


2022-09-21 14:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.