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

Rework JSON DSL #794

Merged
merged 2 commits into from
Apr 13, 2020
Merged

Rework JSON DSL #794

merged 2 commits into from
Apr 13, 2020

Commits on Apr 8, 2020

  1. Rework JSON DSL

    Fixes #418
    Fixes #627
    qwwdfsad committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0595041 View commit details
    Browse the repository at this point in the history
  2. Mention content escaping in JsonLiteral.

    After investigation, it seems like non-escaped content does not cause any troubles when used by kotlinx.serialization. The only harmful behaviour may be when a user serializes JsonElement by hand expecting it to be fully-compliant (-> escaped). Added a note to clarify it
    
    Addresses #773
    qwwdfsad committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ed2b779 View commit details
    Browse the repository at this point in the history