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

Storing multiple object in Sawroom #41

Closed
andrea-dintino opened this issue Apr 12, 2021 · 0 comments
Closed

Storing multiple object in Sawroom #41

andrea-dintino opened this issue Apr 12, 2021 · 0 comments

Comments

@andrea-dintino
Copy link
Member

In a situation where I have this data:

{
   "Alice": {
      "keypair": {
         "private_key": "bPPTAa32iZryENRmRC8UiHslfxxSD8JOPNVx6z2pO1I=",
         "public_key": "BB5pxLmnLBNF9NeEpZrERxf7Vk9XE768iJv/OGn/FuR04bzccVylRrZbac5TwqLfZotVPKctuUAfdaohmudXhpY="
      }
   }, 

"myString": "Hello World!",
"myNumber": 35
}

I need to be able to execut:

Then I ask Sawroom to store the data named 'Alice' into the tag 'myTag'
Then I ask Sawroom to store the data named 'myString' into the tag 'myTag'
Then I ask Sawroom to store the data named 'myNumber' into the tag 'myTag'

When later executing:

Given I read from Sawroom the data in tag 'myTag' and save the output into 'sawroom'

I will receive as output the exact same data

@puria puria closed this as completed Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants