-
Notifications
You must be signed in to change notification settings - Fork 0
RS-2026-01: Replace json crate with serde #5
Copy link
Copy link
Open
Labels
EnhancementRequested feature for the overall project. May apply to more then one portion of the project.Requested feature for the overall project. May apply to more then one portion of the project.codemelted.rsTags a specific Bug / Enhancement affecting the codemelted.rs module.Tags a specific Bug / Enhancement affecting the codemelted.rs module.
Metadata
Metadata
Assignees
Labels
EnhancementRequested feature for the overall project. May apply to more then one portion of the project.Requested feature for the overall project. May apply to more then one portion of the project.codemelted.rsTags a specific Bug / Enhancement affecting the codemelted.rs module.Tags a specific Bug / Enhancement affecting the codemelted.rs module.
Currently utilizing the json crate to create a generalized CObject within the codemelted.rs module. This crate has not been updated in 6 years and most research suggests that serde_json is what most popular frameworks utilize.
Acceptance Criteria