cockpitTestCopyJsonValue function

Object? cockpitTestCopyJsonValue(
  1. Object? value, {
  2. String path = r'$',
})

Implementation

Object? cockpitTestCopyJsonValue(Object? value, {String path = r'$'}) =>
    CockpitTestValueReader.jsonValue(value, path);