fix: Fix error in readme
This commit is contained in:
parent
7f8c1e3c45
commit
9b32fec522
|
@ -2,7 +2,9 @@
|
||||||
This repository creates a react webpage that allows to extract a utility function from possibly inconsistent binary comparisons
|
This repository creates a react webpage that allows to extract a utility function from possibly inconsistent binary comparisons
|
||||||
|
|
||||||
## Object structure
|
## Object structure
|
||||||
The core structure is json array of objects. Only the "name" attribute is required; the id is also internally required but it's created on the fly if it doesn't exist. The reason that ids are needed is that comparing objects is annoying. I think that one object must have the `isReferenceValue` property as true, but I'm not sure.
|
The core structure is json array of objects. Only the "name" attribute is required; the id is also internally required but it's created on the fly if it doesn't exist. The reason that ids are needed is that comparing objects is annoying.
|
||||||
|
|
||||||
|
The `isReferenceValue` property determines the display at the end, but it is optional.
|
||||||
|
|
||||||
```
|
```
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user