-
Notifications
You must be signed in to change notification settings - Fork 131
Update resp2_replies.json about JSON.CLEAR #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -746,8 +746,9 @@ | |||||||
| "* [Integer reply](../topics/protocol.md#integers):", | ||||||||
| " * The number of containers cleared.", | ||||||||
| " * Returns 0 if clearing an empty array or object.", | ||||||||
| " * Returns 0 if clearing a non-container value.", | ||||||||
| " * Returns 0 if clearing a non-container value except JSON string.", | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not sure if we need this.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
| " * Returns 0 if no array or object value is located by the path.", | ||||||||
| " * Always Returns 1 if clearing a JSON string value regardless of the length of the JSON string value including empty string.", | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it return the count of values, so this is incorrect.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
| "" | ||||||||
| ], | ||||||||
| "JSON.DEBUG": [ | ||||||||
|
|
||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.