Skip to content

Commit

Permalink
Add missing API for Jackson_Object (#9591)
Browse files Browse the repository at this point in the history
`Jackson_Object` supported parsing but not creating JSON from text. With this change, `Jackson_Object` is on par with `JS_Object` API and replaces the latter.

The most visible differences come from more detailed parsing exception's messages. Had to add some special cases for corner cases like `NaN` or infinity.

Closes #9473.
  • Loading branch information
hubertp authored Apr 2, 2024
1 parent c37fffe commit a83c75f
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 396 deletions.
226 changes: 0 additions & 226 deletions distribution/lib/Standard/Base/0.0.0-dev/src/Data/Java_Json.enso

This file was deleted.

Loading

0 comments on commit a83c75f

Please sign in to comment.