Skip to content

Encode JSON output with the standard library - #452

Merged
robertcheramy merged 1 commit into
masterfrom
use-stdlib-json
Aug 17, 2026
Merged

Encode JSON output with the standard library#452
robertcheramy merged 1 commit into
masterfrom
use-stdlib-json

Conversation

@robertcheramy

Copy link
Copy Markdown
Collaborator

Pre-Request Checklist

  • Passes rubocop code analysis (try rubocop --auto-correct)
  • Tests added or adapted (try rake test)
  • Changes are reflected in the documentation
  • User-visible changes appended to CHANGELOG.md

Description

Encode JSON output with the standard library instead of Sinatra's json helper, avoiding the deprecated MultiJson.encode call

Also set rake test verbositiy to false.

- instead of Sinatra's json helper,
- avoiding the deprecated MultiJson.encode call
@robertcheramy
robertcheramy merged commit 23764f2 into master Aug 17, 2026
12 checks passed
@robertcheramy
robertcheramy deleted the use-stdlib-json branch August 17, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant