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

Fix JSON quoted string processing in libnczarr #1993

Merged
merged 2 commits into from
May 10, 2021

Commits on May 6, 2021

  1. Fix JSON quoted string processing in libnczarr

    re: github issue Unidata#1982
    
    The problem was that the libnczarr/zsjon.c handling of strings with
    embedded double quotes was wrong; a one line fix.
    Also added a test case.
    
    Misc. other changes:
    
    1. I Discovered, en passant, that the handling of 64 bit constants
    had an error that was fixed.
    2. cleanup of the constant conversion code to recurse on arrays of values.
    DennisHeimbigner committed May 6, 2021
    Configuration menu
    Copy the full SHA
    91168e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0168a View commit details
    Browse the repository at this point in the history