RE: RE: RE: [PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-25 Thread Jens Popp
Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only recommended for Arrays of simple types (e.g., String

RE: RE: [PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-25 Thread Jens Popp
Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only recommended for Arrays of simple types (e.g., String

RE: [PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-25 Thread Jens Popp
Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only recommended for Arrays of simple types (e.g., String

[PATCH] Added support for Arrays in sample_conv_json_query in sample.c

2023-09-18 Thread Jens Popp
Method now returns the content of Json Arrays, if it is specified in Json Path as String. The start and end character is a square bracket. Any complex object in the array is returned as Json, so that you might get Arrays of Array or objects. Only recommended for Arrays of simple types (e.g., Stri

Patch sample_conv_json_query in sample.c to return array values

2023-09-15 Thread Jens Popp
Hi, currently the method sample_conv_query in sample.c returns an empty value, if the given json path leads to an json array. There are multiple use cases, where you need to check the content of an array, e.g., if the array contains a list of roles and you want to check, if the array contains a