Skip to content

Engine-C/json_parse.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

JSON_Parse添加对单引号的支持,虽然不符合规范,但挺有用的.

support single quotes around.

  const arr = json_parse("['123',123]")
  // arr: ['123',123]

About

JSON in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.2%
  • HTML 3.8%