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

Jsoniter.deserialize equivalent #1234

Open
yaarix opened this issue Jan 6, 2025 · 2 comments
Open

Jsoniter.deserialize equivalent #1234

yaarix opened this issue Jan 6, 2025 · 2 comments
Labels

Comments

@yaarix
Copy link

yaarix commented Jan 6, 2025

Hi, is there an equivalent to the Java lib Jsoniter.deserialize function:

Any any = Jsoniter.deserialize(input); // deserialize returns "Any", actual parsing is done lazily
any.get("items", '*', "name", 0); // extract out the first name from all items
@DavidPerezIngeniero
Copy link

I think it doesn't exist.

@plokhotnyuk
Copy link
Owner

plokhotnyuk commented Jan 8, 2025

@yaarix Have you tried dijon that is based on jsoniter-scala?

It uses dynamic typing of Scala 2 to work with schema-less JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants