Skip to content
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

Fix parse issue when genericClass of array is NSURL #281

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lanmaoxinqing
Copy link

fixed #190
问题根本原因在于,数组解析时,json 数据格式与目标模型格式不匹配

问题根本原因在于,数组解析时,json 数据格式与目标模型格式不匹配
@codecov-io
Copy link

codecov-io commented Mar 19, 2018

Codecov Report

Merging #281 into master will decrease coverage by 5.34%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
- Coverage   99.28%   93.93%   -5.35%     
==========================================
  Files           2        2              
  Lines        1540     1551      +11     
  Branches        0      427     +427     
==========================================
- Hits         1529     1457      -72     
+ Misses         11        7       -4     
- Partials        0       87      +87
Impacted Files Coverage Δ
YYModel/NSObject+YYModel.m 93.33% <100%> (-5.89%) ⬇️
YYModel/YYClassInfo.m 96.92% <0%> (-2.7%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1230e60...ea7c194. Read the comment docs.

Andy0570 added a commit to Andy0570/YYKit that referenced this pull request Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

json 数组中类型转换错误
2 participants