-
According to JSON standards ([RFC 4627](https://www.rfc-editor.org/rfc/rfc4627), [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf), and [RFC 8259](https://www.r…
-
The Javadoc on IonSystem indicates to use IonSystem.clone to create a copy of value for use by a different system.
https://github.com/amazon-ion/ion-java/blob/9e6c570561b81a253bda301379c0a521db16…
-
The symbol IDs here and following have some gaps. To avoid churn, symbols are not renumbered right now, but once all of the symbols are finalized, we should go through and eliminate the gaps.
https:/…
-
I am trying to generate ion data file manually using this library so that I can use it for DynamoDB import table, this is my DynamoDB item in python dictionary.
```python
{
"id": 1, # thi…
-
Hi,
Thanks for creating gin, it's awesome!
I'm building RESTFUL API but I'd like use serialization format other than available [here](https://github.com/gin-gonic/gin/blob/8659ab573cf7d26b2fa2a4…
-
Several things have gone wrong with the documentation surfaced at https://www.javadoc.io/doc/com.amazon.ion/ion-java/latest/index.html
* The entire [`com.amazon.ion.impl`](https://www.javadoc.io/s…
-
It's pretty obvious that something like this should be illegal:
```
(:repeat -2 true)
```
Should this be allowed?
```
(:repeat 0 true)
```
My thoughts are...
* It could be surprising either…
-
### Describe the issue
While trying to preview ION files that contains type annotations i'm issuing the following error :
![image](https://github.com/user-attachments/assets/20fe5877-4cbf-4765-895…
-
### Describe the bug
When importing certain modules with cyclical imports vitest will evaluate a file before it's imports are undefined, causing unexpected `TypeError: _ is undefined` errors. I was n…
-
Would this work?
```suggestion
new_macro_table.macro_with_id(MacroTable::NUM_SYSTEM_MACROS),
```
_Originally posted by @popematt in https://github.com/amazon-ion/ion-ru…