A function which extracts a key-value pair form the input then, using com.rayrobdod.json.builder.Builder#apply inserts that key-value pair into the output.
A function which extracts a key-value pair form the input then, using com.rayrobdod.json.builder.Builder#apply inserts that key-value pair into the output.
This has to be extracted from PiecewiseParser to maintain type safety while maintaining the possibility of extracting a complex value.
An implicit that allows one to write keydefs with a syntax similar to key valueIs {x => x.value}
An implicit that allows one to write keydefs with a syntax similar to key valueIs {x => x.value}
3.1
KeyDef and implementations
3.0