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

feat(ios): JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder #7647

Merged
merged 4 commits into from
Sep 12, 2024

Commits on Sep 6, 2024

  1. fix(ios): Addresses issues present in current Encoder and Decoder

    implementations.
    The default implementation of URL encodes to/decodes from a dictionary,
    while Date by default encodes to/decodes from seconds since January 1,
      2001.
    This implementation is similar to the method for handling dates and urls
    in Foundation.
    Steven0351 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    62d5ab9 View commit details
    Browse the repository at this point in the history
  2. feat(ios): JSValueDecoder and JSValueEncoder feature parity

    with JSONEncoder and JSONDecoder
    Steven0351 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    53f1d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    04906b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf5c9a View commit details
    Browse the repository at this point in the history