Commit graph

9 commits

Author SHA1 Message Date
6095c2497e Add support for mixed-level nested keys with dot/blank handling
- Handle @parent:child and @parent🧒grandchild coexistence
- Use '.' key for parent values when nested children exist
- Add comprehensive test cases for double-nested scenarios
- Support both '.' and '' as special keys for parent values
2026-02-12 10:41:35 -06:00
4fc1c623a0 Implement full support for nested fields in Meta and Entry marshalling
This commit completes the implementation of nested field support.
- :
    -  now correctly handles  and  by recursively flattening them into  format.
    - Introduced  for recursive map marshalling.
    - Refactored  for cleaner buffer writing.
- : Added comprehensive test cases for nested JSON, nested maps, double-nested maps, and nested keys within JSON to ensure correct marshalling and unmarshalling.
- : Updated tests to reflect the new nil handling and removed redundant JSON object test.

This allows for more flexible and structured data representation within log entries.
2026-02-10 18:15:07 -06:00
286ac4557d ♻️ Add tools.WriteValue 2024-03-03 13:56:48 -06:00
25f5c37243 Parse config overrides on cli 2024-02-09 09:44:35 -06:00
16a0a9d20b Special handling of json field 2024-01-30 23:40:47 -06:00
2d68691408 ♻️ Use defined errors 2024-01-28 12:41:55 -06:00
875ca7e33d Meta implements TextUnmarshaler 2024-01-27 16:07:27 -06:00
3cfb1ccedb Add Meta with TextMarshaler 2024-01-26 20:00:03 -06:00
c61c783c66 🚧 Lay out models 2024-01-26 19:40:38 -06:00