From d45dfb230c63090a8b6af13be8914fe1a04f5384 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 23 Dec 2024 13:32:20 -0500 Subject: [PATCH 1/2] fix typo in flatten/unflatten doc section titles --- docs/src/flatten-unflatten.md.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/src/flatten-unflatten.md.in b/docs/src/flatten-unflatten.md.in index 152efadba..951ea1f58 100644 --- a/docs/src/flatten-unflatten.md.in +++ b/docs/src/flatten-unflatten.md.in @@ -174,15 +174,6 @@ GENMD-RUN-COMMAND mlr --icsv --ojson cat data/flatten-dots.csv GENMD-EOF -## Non-inferencing cases - -An additional heuristic is that if a field name starts with a `.`, ends with -a `.`, or has two or more consecutive `.` characters, no attempt is made -to unflatten it on conversion from non-JSON to JSON. - -## Manual control - - ## Manual control To see what our options are for manually controlling flattening and From cfaf08e3be6f8dd66dcbae54d8a39106e3bb5f52 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 23 Dec 2024 13:33:32 -0500 Subject: [PATCH 2/2] run `make docs` --- docs/src/flatten-unflatten.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/src/flatten-unflatten.md b/docs/src/flatten-unflatten.md index ff428ca39..da0e817db 100644 --- a/docs/src/flatten-unflatten.md +++ b/docs/src/flatten-unflatten.md @@ -392,15 +392,6 @@ f.g 6 ] -## Non-inferencing cases - -An additional heuristic is that if a field name starts with a `.`, ends with -a `.`, or has two or more consecutive `.` characters, no attempt is made -to unflatten it on conversion from non-JSON to JSON. - -## Manual control - - ## Manual control To see what our options are for manually controlling flattening and