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

Use a version of json scanner from Foundation source code to load json files #11

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

adam-fowler
Copy link
Owner

@adam-fowler adam-fowler commented Dec 16, 2024

This currently converts the full json file. In a later PR I'll look into converting only the parts of the json file I need to know about


public typealias JMESArray = [Any]
public typealias JMESObject = [String: Any]
import Foundation // required for JSONSerialization
Copy link

Choose a reason for hiding this comment

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

So we will also need to pull in JSONWriter?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Most likely

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.

2 participants