Skip to content

Update JSON Keys to use snake_case

Jacob Meksavanh requested to merge refactor-json-key-names into main

Description

Data returned from calling an endpoint (ex. http://localhost:8080/lists/1) will now key using snake_case (instead of camel case)

Issue

No issue, just a one line refactor

Feature

Describe the feature or functionality added

Tophatting

Describe the steps to test your changes.

Expected current behavior

What should you see or expect when you test this feature?

Changes

Describe the changes you made part of this merge request

Screenshots

Add any screenshots required

Design Patterns

List any design patterns used to accomplish this task

Deviations

Were there any deviations from the original design or architecture plan. If yes, what were they ?

Additional

  • Unit test written
  • Meets requirements
  • Cross-browser tested
  • Added/updated documentation as needed
  • Camel case style used

Merge request reports