Skip to content
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

add quickstart section #21

Merged
merged 6 commits into from
Jan 23, 2023
Merged

add quickstart section #21

merged 6 commits into from
Jan 23, 2023

Conversation

capital-G
Copy link
Member

No description provided.

@capital-G capital-G added the documentation Improvements or additions to documentation label Jan 23, 2023
@capital-G capital-G added this to the v0.1.0 milestone Jan 23, 2023
@capital-G capital-G requested a review from telephon January 23, 2023 13:46
README.md Outdated Show resolved Hide resolved
@capital-G
Copy link
Member Author

@telephon is adding an implicit conversion of Symbol to String ok?

README.md Outdated
@@ -31,18 +31,19 @@ HelpBrowser.openHelpFor("Classes/JSONlib");

#### Parse a JSON

Lets parse the JSON which has an integer as a value
Lets say we have a JSON with an integer as a value
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets -> Let's

this.assertEquals(
e[\hello],
42,
"JSONlib should also accept Symbols beneath Strings",
Copy link
Contributor

Choose a reason for hiding this comment

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

what is a "symbol beneath a string"?

@@ -17,6 +17,10 @@ JSONlib {
}

*convertToSC {|string, customDecoder=nil, useEvent=true, postWarnings=true|
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe rename "string" to "json" because it also may be a symbol.

@capital-G capital-G merged commit 0dd241e into main Jan 23, 2023
@capital-G capital-G deleted the quickstart branch January 23, 2023 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants