Skip to content

Commit

Permalink
Update JSONEnums.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay committed Dec 27, 2024
1 parent b5f212b commit 59a16df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WrkstrmFoundation/JSON/JSONEnums.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extension WrkstrmMain.JSON {
/// This enum is useful for representing and handling different kinds of JSON values
/// in a type-safe manner. Each case is associated with a string key and a value of
/// a specific type.
public enum Value: Equatable {
public enum KVPair: Equatable {
/// Represents an integer value associated with a string key.
case integer(String, Int)

Expand Down

0 comments on commit 59a16df

Please sign in to comment.