👋 Hi, I’m kraity👀 I’m interested in Android development
Working from home
Still a student
- ChongQing, China
- https://twitter.krait.cn
Highlights
Block or Report
Block or report kraity
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,961 contributions in the last year
Activity overview
Contributed to
alibaba/fastjson2,
krait-team/Dynamics-typecho,
krait-team/Nabo-typecho
and 12 other
repositories
Contribution activity
May 2022
Created 31 commits in 1 repository
Created 1 repository
- kraity/fastjson2 Java
Created a pull request in alibaba/fastjson2 that received 3 comments
extend set method ofJSONArray again
What this PR does / why we need it? extend set method ofJSONArray again Summary of your change JSONArray array = new JSONArray(); array.add(-1); //…
+32
−4
•
3
comments
Opened 19 other pull requests in 1 repository
alibaba/fastjson2
18
merged
1
closed
- add some methods in kt
- update comments for TypeReference and add a method in JSON
- add funs for kt-module
- add methods for kt-module
- update comments for kotlin doc
- add methods for kotlin module again
- add methods for kotlin module
-
add the
tomethod in JSON.kt - extends methods of JSON.kt
- try to add the Kotlin module
- adjust the getAnnotationName to use lambda
- adjust the set method logic of JSONArray
- compatible with v2.0.2 in TypeReference
- inline codes for JSONFactory
- optimize codes update comments
- reformet and inline codes for TypeReference.class
- reformat some codes for JSON.class and add comments
- fix #146 string to judge empty
- add missing package-info and update comments