Skip to content

Conversation

lnhsingh
Copy link
Collaborator

@lnhsingh lnhsingh commented Oct 6, 2025

Reverts #742

@Copilot Copilot AI review requested due to automatic review settings October 6, 2025 21:25
@lnhsingh lnhsingh merged commit 35fdce0 into prod Oct 6, 2025
1 check passed
@lnhsingh lnhsingh deleted the revert-742-patch-1 branch October 6, 2025 21:26
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reverts changes made in PR #742 that aimed to improve clarity in the JSON loader documentation. The revert restores the original documentation content and examples.

Key changes:

  • Reverts simplified JSON example to original version with nested text structure
  • Restores original output format in code examples
  • Reverts grammatical and content changes made in the previous improvement attempt

### No JSON pointer example

The most simple way of using it is to specify no JSON pointer.
The most simple way of using it, is to specify no JSON pointer.
Copy link

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical error: unnecessary comma before 'is'. Should be 'The most simple way of using it is to specify no JSON pointer.'

Suggested change
The most simple way of using it, is to specify no JSON pointer.
The most simple way of using it is to specify no JSON pointer.

Copilot uses AI. Check for mistakes.

### Using JSON pointer example

You can choose which keys in your JSON object you want to extract strings from.
You can do a more advanced scenario by choosing which keys in your JSON object you want to extract string from.
Copy link

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical error: 'string' should be plural 'strings' to match the context of extracting multiple text values.

Suggested change
You can do a more advanced scenario by choosing which keys in your JSON object you want to extract string from.
You can do a more advanced scenario by choosing which keys in your JSON object you want to extract strings from.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant