Neslib.Yaml icon indicating copy to clipboard operation
Neslib.Yaml copied to clipboard

A YAML library for Delphi

Results 5 Neslib.Yaml issues
Sort by recently updated
recently updated
newest added

Would be nice to see linux support.

Good morning I have come across a bug in my use of Neslib.Yaml When a node contains more than 10 child nodes The AddOrSetValue function incorrectly Updates value in the...

Hello The notes say "An anchor can be used to mark a node in the document. You can then later refer back to this node using an alias." How do...

Why/How does this assignment work? var MyYAMLNode: TYAMLNode; //Line 1 var iValue: integer = MyYAMLNode; //Line 2 var sValue: string = MyYAMLNode; //Line 3 With records that I declare line...

I am working with YAML files in an environment where a file may include a flow sequence such as: `- triggers: [trigger1, trigger2]` However, on loading a file with this...