Files
moshi/kotlin
Jesse Wilson bc441ad7f3 Don't mangle property names that contain a dollar sign (#1446)
Without this fix the new test fails like this:

    value of: toJson(...)
    expected: {"$a":"apple","$b":"banana"}
    but was : {"${'$'}a":"apple","$b":"banana"}
2021-12-05 21:07:27 -05:00
..