Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,867 contributions in the last year
Contribution activity
September 2020
Created a pull request in square/wire that received 2 comments
- Change GrpcStreamingCall.execute() to support structured concurrency
- GrpcCall function to help implement fakes
- Make permitPackageCycles a property, not a parameter
- Suffix generated option annotations with 'Options'
- Use a compiler option to prevent crashes executing in Gradle
- InteropChecker, a tester for all JSON and binary interop
- GrpcStreamingCall function for symmetry with GrpcCall
- Pass errorCollector to SyntaxRules
- Stop emitting enum constant options as fields for Kotlin
- GrpcCall function to help implement fakes
- Quick JSON 101 doc
- Update plugin docs with new flags for JVM targets
- Change readme's proto examples syntax to proto3
- Adds doc for wire vs protoc
- Changelog for 3.3.0
- Rename AnyMessage.pack to Message.toAny
- Add flag to permit package cycles
- Add support for json_name
- Update descriptor.proto
- Remove kotlin-reflect, replace with kotlinx-metadata-jvm
- Introduced tags to reader/writers
- Fix problems discovered using nextSource() to implement skipValue
- Promote Kotlin type-inferring APIs to the main Moshi package (round 2!)
- EXAMPLE - Not for review - Moshi tags proposal example
- Add JsonString recipe to examples
- Small improvements to JsonReader.nextSource
- Implement JsonReader#valueSource()
- Fix KotlinJsonAdapterFactory ref in error message
- Fix shadow packaging in code gen artifact
Created an issue in square/moshi that received 9 comments
JsonString
I was looking at a PR that hooks up @JsonString as an annotation for JSON literal value.
What if we add a type for a JSON literal value? A sketch o…
9
comments