RE: [PATCH 1/5] usertools: use non-strict when json-loads in telemetry

2022-06-15 Thread Morten Brørup
> From: Morten Brørup > Sent: Wednesday, 15 June 2022 20.01 > > +CC Ciara Power, Telemetry lib maintainer > > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > Sent: Wednesday, 15 June 2022 18.55 > > > > On Wed, Jun 15, 2022 at 03:54:57PM +0200, Morten Brørup wrote: > > > > From: C

RE: [PATCH 1/5] usertools: use non-strict when json-loads in telemetry

2022-06-15 Thread Morten Brørup
+CC Ciara Power, Telemetry lib maintainer > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Wednesday, 15 June 2022 18.55 > > On Wed, Jun 15, 2022 at 03:54:57PM +0200, Morten Brørup wrote: > > > From: Chengwen Feng [mailto:fengcheng...@huawei.com] > > > Sent: Wednesday, 15 June

Re: [PATCH 1/5] usertools: use non-strict when json-loads in telemetry

2022-06-15 Thread Bruce Richardson
On Wed, Jun 15, 2022 at 03:54:57PM +0200, Morten Brørup wrote: > > From: Chengwen Feng [mailto:fengcheng...@huawei.com] > > Sent: Wednesday, 15 June 2022 09.39 > > > > Use 'strict=False' in json-loads, it will ignore control characters > > (e.g. '\n\t'), this patch is prepared for the support of t

RE: [PATCH 1/5] usertools: use non-strict when json-loads in telemetry

2022-06-15 Thread Morten Brørup
> From: Chengwen Feng [mailto:fengcheng...@huawei.com] > Sent: Wednesday, 15 June 2022 09.39 > > Use 'strict=False' in json-loads, it will ignore control characters > (e.g. '\n\t'), this patch is prepared for the support of telemetry dump > in the future. > > Signed-off-by: Chengwen Feng > --- >