You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is lengthy and we need to specify the path twice.
Instead it would be nice to e.g. use lenses, but that would require us to have unique code2lens, which is not now, because the logic is: takt value under that code and match/return everything that is equal as element under that code.
Which is troublesome.
But maybe it may suffice to have yet another parameter to suggestextractor, which woud be similar as fsm field in reflectinmodel, where one would pass dict of path in schema => suggestion of extractor baed on shema.
But the path used by string code is unstable and code changes based on another fields. Maybe putting lens there would be worth it?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently we have e.g. in mutagenesis example https://github.com/CTUAvastLab/JsonGrinder.jl/blob/master/examples/mutagenesis.jl
following, cumbersome way of modifying current extractor after suggestion:
which is lengthy and we need to specify the path twice.
Instead it would be nice to e.g. use lenses, but that would require us to have unique
code2lens
, which is not now, because the logic is: takt value under that code and match/return everything that is equal as element under that code.Which is troublesome.
also the schema lens to extractor lens is not working now, I would expect this to work:
But maybe it may suffice to have yet another parameter to suggestextractor, which woud be similar as
fsm
field inreflectinmodel
, where one would pass dict ofpath in schema
=> suggestion of extractor baed on shema.But the path used by string code is unstable and code changes based on another fields. Maybe putting lens there would be worth it?
The text was updated successfully, but these errors were encountered: