Skip to content

ECMAScript2/es2-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es2-json

正規表現を使わない JSON 実装。正規表現を実装しないモバイル IE4(シグマリオン2等)での動作を目指す。

  1. json2 をベースに書き換えている。
  2. json3 からテストを持ってきている途中。
git clone https://github.com/ECMAScript2/es2-core.git --recursive

npm install

npm test

gulp dist

About

JSON implementation with no RegExp.

Resources

Stars

Watchers

Forks