Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

factorysh/drugstore

Repository files navigation

Drugstore

Store JSON stuffs in a REST path. Find stuff with jmespath.

Paths

First level is the class. A class has path, ordered collection of attributes. Values of th path must be unique.

Example class is product with path : product, namespace, name.

An object can be :

{
  "product①": "drugstore",
  "namespace①": "user",
  "name①": "zoe",
  "likes②": ["banana", "apple"],
  "age②": 42
}

① This keys are mandatory, it's define the path. The value must be string.

② You can add more keys, with any value type, even object.

Its path is /product/drugstore/user/zoe.

Licence

3 terms BSD Licence, © 2019 Mathieu Lecarme

About

Store things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published