Changes between Version 1 and Version 2 of Ticket #7572, comment 1
- Timestamp:
- Nov 19, 2010, 9:46:22 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7572, comment 1
v1 v2 1 Thanks for taking the time to contribute to the jQuery project by writing a bug ticket and providing a testcase but this isn't valid JSON. JSON requires you to use double quotes for strings. The use of single quotes isn't a valid option 1 Thanks for taking the time to contribute to the jQuery project by writing a bug ticket and providing a testcase! 2 3 This isn't valid JSON so there is no bug. JSON requires you to use double quotes for strings. The use of single quotes isn't a valid option. 2 4 3 5 Please check http://www.json.org/. … … 5 7 6 8 I assume this happened because you are hand-crafting your JSON strings. Don't do that. Code for generating JSON data is available for a large variety of programming languages. http://www.json.org/ also provides a comprehensive listing of existing JSON libraries, organized by language. 9 10 The next time please use the [http://forum.jquery.com jQuery Forum] for support requests when you aren't sure there is really a bug in jQuery core.