-
Notifications
You must be signed in to change notification settings - Fork 495
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
[FEATURE] 能不能加个接口:JSON.toJSONString(obj, objectWriterProvider, features)? #719
Labels
enhancement
New feature or request
Milestone
Comments
parseObject有类似的方法,比如: interface JSON {
static <T> T parseObject(String text, Class<T> clazz, JSONReader.Context context);
} 使用是这样用: ObjectReaderProvider provider = ...;
JSON.parseObject(str, JSONObject.class, JSONFactory.createReadContext(provider)); 你可以参考这个提交一个PR么? |
可以:) |
pr#724 已提 |
PR怎么关了?重新提一个吧? |
之前的经验是,提交新pr前,旧pr 得关掉。。。写单测,我得把项目编译通,要花时间:) |
wenshao
added a commit
that referenced
this issue
Sep 10, 2022
https://github.com/alibaba/fastjson2/releases/tag/2.0.13 |
试了,OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
没有它的话,定制的 ObjectWriterProvider 实例不能快捷的使用
The text was updated successfully, but these errors were encountered: