Skip to content

Commit

Permalink
Update JSONEnums.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay-luassat committed Jun 25, 2024
1 parent f8e2baa commit 50514a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/WrkstrmFoundation/JSON/JSONEnums.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Foundation

/// Extensions to the `WrkstrmMain.JSON` namespace to provide additional JSON value representations.
extension WrkstrmMain.JSON {

/// An enum representing arrays with equatable functionality.
///
/// This enum provides a way to handle arrays in a type-safe manner with the capability
Expand All @@ -19,7 +18,8 @@ extension WrkstrmMain.JSON {
/// Represents a generic array of `Any` type.
case any([Any])

/// Represents an array of dictionaries, with each dictionary conforming to `JSON.AnyDictionary`.
/// Represents an array of dictionaries, with each dictionary conforming to
/// `JSON.AnyDictionary`.
case dictionary([JSON.AnyDictionary])

/// A static method to compare two `AnyEquatableArrayEnum` values.
Expand Down

0 comments on commit 50514a0

Please sign in to comment.