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

Enhancements for Json support. #70

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2023

  1. Enhancements to Json support.

      * on linux unicode problems without + 10 (JsonReader#readHexChar)
      * call no-arg constructor if annotated with @before (needed for e.g. field init)
      * if long value outside javascript safe integer range write it as text
      * support assigning parsable json text for java number and boolean fields
      * support parsing json number and json boolean for java String field
    avrecko committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0ef9a2f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    3f17042 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    bea5094 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Refined if statement.

    Co-authored-by: Vadim Tsesko <[email protected]>
    avrecko and incubos authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6d16a40 View commit details
    Browse the repository at this point in the history
  2. Whitespace.

    Co-authored-by: Vadim Tsesko <[email protected]>
    avrecko and incubos authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    9fb92c3 View commit details
    Browse the repository at this point in the history