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

Implement JsonGenerator.writeStartArray(int) #1

Open
cowtowncoder opened this issue May 3, 2016 · 0 comments
Open

Implement JsonGenerator.writeStartArray(int) #1

cowtowncoder opened this issue May 3, 2016 · 0 comments
Labels

Comments

@cowtowncoder
Copy link
Member

(moved from https://github.com/FasterXML/jackson-dataformat-cbor/issues/1)

When jackson-core adds the new variant of writeStartArray, CBOR module should implement it, at least for cases where length is small enough and we can save one byte from encoded length. Ideally we should also verify that actual number of value writes matches to indicated length.

@cowtowncoder cowtowncoder changed the title [cbor] Implement JsonGenerator.writeStartArray(int) Implement JsonGenerator.writeStartArray(int) Jan 17, 2017
cowtowncoder added a commit that referenced this issue Feb 17, 2017
…aybe next step. #1 only affects `master` will do next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant