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

Documentation for json codec backend #137

Merged
merged 6 commits into from
Feb 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
edit to json codec docs
  • Loading branch information
klahnunya committed Feb 9, 2023
commit de0ad4e500d52c2b809bda108f6070f480645411
2 changes: 1 addition & 1 deletion docs/json-codec-backend/codec-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The first step to using the JSON Codec backend is to add the Circe JSON library

1. Copy dependencies from ```morphir-jvm``` : This option allows you to copy the dependencies(morphir sdk) used by the generated code to the output path. You can achieve this by adding the ```-c``` or ```--copy-deps``` flag to the ```morphir-gen``` command.

2. Adding from `Maven Repository` : The SDK can be added from the maven repository as a dependency . It can be found at [Morphir SDK Core](https://mvnrepository.com/artifact/org.morphir/morphir-sdk-core).
2. Adding from `Maven Repository` : The SDK can be added from the maven repository as a dependency . It can be found at [Morphir SDK Core](https://search.maven.org/search?q=a:morphir-sdk-core_2.12).


#### Generating Codecs from the IR
Expand Down