Uses of Interface
com.alibaba.dubbo.common.json.JSONVisitor

Packages that use JSONVisitor
com.alibaba.dubbo.common.json   
 

Uses of JSONVisitor in com.alibaba.dubbo.common.json
 

Methods in com.alibaba.dubbo.common.json with parameters of type JSONVisitor
static Object JSON.parse(Reader reader, JSONVisitor handler)
          parse json.
static Object JSON.parse(String json, JSONVisitor handler)
          parse json.
 



Copyright © 2012–2017 Alibaba. All rights reserved.