Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

error in Jdk8DateCodec with empty string or null #1020

Closed
xladykiller opened this issue Feb 13, 2017 · 0 comments
Closed

error in Jdk8DateCodec with empty string or null #1020

xladykiller opened this issue Feb 13, 2017 · 0 comments
Labels
Milestone

Comments

@xladykiller
Copy link
Contributor

xladykiller commented Feb 13, 2017

String json="{\"ld\":\"\"}" ; or String json="{\"ld\":null}" 
Vo vo = JSON.parseObject(json, Vo.class);
class Vo{
private LocalDate ld;
get..
set ..
}
@wenshao wenshao added the bug label Feb 23, 2017
@wenshao wenshao added this to the 1.2.29 milestone Mar 11, 2017
@wenshao wenshao closed this as completed Mar 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants