Titanium JIRA Archive
Alloy (ALOY)

[ALOY-30] Are json.pegjs and json.js necessary?

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-07-19T11:52:03.000+0000
Affected Version/s2012 Sprint 14
Fix Version/s2012 Sprint 14
ComponentsRuntime, XML
Labelsn/a
ReporterTony Lukasavage
AssigneeTony Lukasavage
Created2012-05-08T09:08:18.000+0000
Updated2013-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.

Comments

  1. Russell McMahon 2012-05-08

    No Json grammar and parser are not used. I'll remove them.
  2. Tony Lukasavage 2012-05-08

    Resolved with this commit: [https://github.com/mtnlife999/Declarative-UI/commit/17e103ddf703f28fb04069464b9b5d5fc94a76a0](https://github.com/mtnlife999/Declarative-UI/commit/17e103ddf703f28fb04069464b9b5d5fc94a76a0)

JSON Source