Skip to content

Commit

Permalink
Update 1800 - jsonlogic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Mar 9, 2025
1 parent 4d04769 commit 77a1dcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Creates a new object that includes all the fields from a source object except th
Edge cases:

- The Omit Fields operator returns an empty object if the source object is empty, null, or undefined
- The Omit Fields operator returns the original source object if it can't find the specified fields to omit.
- The Omit Fields operator returns the source object if it can't find the specified fields to omit.

### Examples

Expand Down

0 comments on commit 77a1dcc

Please # to comment.