jsLit

JavaScript serialization library
Download

jsLit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • SLB Software, LLC
  • Publisher web site:
  • http://slbsoftware.com

jsLit Tags


jsLit Description

JavaScript serialization library jsLit is a JSON library which can parse JSON strings without using eval (and with no possibility of executing code embedded in the JSON string), or produce JSON strings from JavaScript values. jsLit provides 2 functions:- makeJsLiteral(value) serializes value into a JSON string, which is returned. - parseJsLiteral(js) safely evaluates js and returns the parsed value. What's New in This Release: · Do quote property names which are integers with a + prefix (a should not become a) · Eliminate ds - use u#### instead · Fix bug where [] was serialized as · Use (value instanceof Array) instead of ("length" in value) to detect arrays · Support dates


jsLit Related Software