-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug模式下,如果Json串中包含数组或者嵌套的Json,无法显示回调的数据 #13
Comments
我尽快检查下 |
可以再详细点吗?是方法参数里面包含了复杂JSON还是 JBCallback.apply()包含复杂数据呀? |
在Debug模式下,比如这种形式的Json: |
数组里面包含对象吗?其实不建议这种数据结构。解析应该是没问题的。你说的解析到下一步指的什么啊? |
另外提一个建议哈,如果不提前判断haskey,直接根据key值获取value,就会导致crash,这就像Json的getString和optString的区别一样,建议用optString的方式是不是会好一点? |
就是断点到下一步的时候,数据又被解析出来了 |
数据解析这里我周末梳理优化下。数据解析也是在主线程做的,可能被阻塞了。直接运行数据是正常的吗? |
嗯呢,谢了哈! |
如题,Debug模式下的时候,Json串的解析好像有点问题,返回的都是{"data":{"empty":false}}
The text was updated successfully, but these errors were encountered: