mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-24 06:23:02 +01:00
Array example link
This commit is contained in:
parent
c410ad0978
commit
b53718abd7
@ -138,6 +138,7 @@ More formally:
|
||||
Notes:
|
||||
* Don't forget to remove commas from any `{Value}` fields
|
||||
* You can have spaces anywhere except *within* `{Name}` or `{Operator}` fields
|
||||
* Here's a [good example on how to work with arrays](https://github.com/Biarity/Sieve/issues/2)
|
||||
|
||||
### Creating your own DSL
|
||||
You can replace this DSL with your own (eg. use JSON instead) by implementing an [ISieveModel](https://github.com/Biarity/Sieve/blob/master/Sieve/Models/ISieveModel.cs). You can use the default [SieveModel](https://github.com/Biarity/Sieve/blob/master/Sieve/Models/SieveModel.cs) for reference.
|
||||
|
Loading…
Reference in New Issue
Block a user