mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-16 11:37:36 +02:00
f87fe1e669
* sync with MontFerret/ferret * fix --param handling When params is converted to map it uses strings.Split, which slices a string into all substrings separated by :. * implement GetIn for values.Object * implement GetIn for values.Array * rewrite GetIn because values.Object and values.Array implement core.Getter now * fix bug when GetIn return nil instead of None * add tests for Object and Array .GetIn * add GetIn comment and remove 'len(byPath)' check * fix GetIn comment |
||
---|---|---|
.. | ||
types | ||
array_test.go | ||
array.go | ||
binary.go | ||
boolean_test.go | ||
boolean.go | ||
date_time_test.go | ||
date_time.go | ||
float_test.go | ||
float.go | ||
helpers_test.go | ||
helpers.go | ||
int_test.go | ||
int.go | ||
none.go | ||
object_test.go | ||
object.go | ||
string_test.go | ||
string.go |