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

Add Json configuration flag to allow comments #2592

Merged
merged 8 commits into from
Mar 26, 2024
Merged

Commits on Mar 5, 2024

  1. Add Json configuration flag to allow comments

    in C/Java style for both string and stream parser.
    
    This flag together with allowTrailingCommas and isLenient will help
    to cover most use-cases for Json5, for example, configuration files.
    
    Fixes #2221
    Fixes #797
    sandwwraith committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fa75b84 View commit details
    Browse the repository at this point in the history
  2. fixup api dump

    sandwwraith committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4c112bf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Apply suggestions from code review

    Co-authored-by: Filipp Zhinkin <filipp.zhinkin@gmail.com>
    sandwwraith and fzhinkin authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5754583 View commit details
    Browse the repository at this point in the history
  2. ~minor fixups

    sandwwraith committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1475f95 View commit details
    Browse the repository at this point in the history
  3. ~extract isWhitespace

    sandwwraith committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    926fd40 View commit details
    Browse the repository at this point in the history
  4. ~invert if

    sandwwraith committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3113c46 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 25, 2024

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