Skip to content

Add basic JSON helpers

Robert May requested to merge json-helpers into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Adds some basic JSON helpers which provide a shorter form of using the Gitlab::Json methods which will soon take precedence over using .to_json in views.

See !101067 (merged) for additional context.

This MR doesn't add any specific uses of these yet as they'll be used in autocorrects from rubocop in a subsequent MR.

Related #217633 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Michael Kozono

Merge request reports

Loading