[ALOY-30] Are json.pegjs and json.js necessary?
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-19T11:52:03.000+0000 |
Affected Version/s | 2012 Sprint 14 |
Fix Version/s | 2012 Sprint 14 |
Components | Runtime, XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-05-08T09:08:18.000+0000 |
Updated | 2013-05-01T14:56:07.000+0000 |
Description
Are the grammars and parsers for JSON necessary? Both node.js and Titanium handle JSON parsing and stringify'ing natively with no need for additional libraries.
No Json grammar and parser are not used. I'll remove them.
Resolved with this commit: [https://github.com/mtnlife999/Declarative-UI/commit/17e103ddf703f28fb04069464b9b5d5fc94a76a0](https://github.com/mtnlife999/Declarative-UI/commit/17e103ddf703f28fb04069464b9b5d5fc94a76a0)