amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Add additional usage examples to README #59

Closed popematt closed 3 years ago

popematt commented 3 years ago

Issue #, if available:

2

This is not a complete fix, but at the least, it takes care of "Add examples of instantiating IonElements".

Description of changes:

Adds the following to the README:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 3 years ago

Codecov Report

Merging #59 (d18e9cd) into master (f491dcc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #59   +/-   ##
=========================================
  Coverage     86.68%   86.68%           
  Complexity      368      368           
=========================================
  Files            30       30           
  Lines           736      736           
  Branches         72       72           
=========================================
  Hits            638      638           
  Misses           65       65           
  Partials         33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f491dcc...d18e9cd. Read the comment docs.