You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "DOYUNG YOON (JIRA)" <ji...@apache.org> on 2016/11/08 01:58:58 UTC

[jira] [Created] (S2GRAPH-124) Change JSONParser from Trait to Object.

DOYUNG YOON created S2GRAPH-124:
-----------------------------------

             Summary: Change JSONParser from Trait to Object.
                 Key: S2GRAPH-124
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-124
             Project: S2Graph
          Issue Type: Improvement
    Affects Versions: 0.2.0
            Reporter: DOYUNG YOON
            Assignee: DOYUNG YOON
            Priority: Minor


I think JSONParser should be changed from Trait to Object since there are many classes extends this Trait. It would be better locate all format converting logic from inner class to Json and vice verse in this object and simply import object’s method when it is needed. 


Currently there are many classes that extending JSONParser and I think this is unncessary.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)