yaml-parser
Here are 85 public repositories matching this topic...
There's practically zero documentation for this library.
For example, I'm looking for serialization routines and possibly the tree traverser that would allow me to craft custom result tree.
This link (the official doc) is useless https://ruby-doc.org/stdlib-2.5.1/libdoc/yaml/rdoc/YAML.html
Even searching on Internet returns very much limited info: https://www.google.com/search?q=ruby+yaml
I think it would help if the README or some other piece of top-level documentation provided some guidance regarding what version or versions of the YAML spec this library aims to support, and how fully it supports that spec.
As of 2020-01-27, Rust 1.41 was stable.
As a result of this, the current version (as of 2020-03-02) generate a list of deprecation warnings.
The warnings should be removed from the code and the documentation updated to reflect what the minimum version supported is.
-
Updated
May 18, 2020 - JavaScript
-
Updated
Jun 25, 2019 - Shell
-
Updated
Apr 30, 2020 - C#
There should be an option to make it fail when it encounters a duplicate key. (BTW, I believe this is what UnmarshallStrict() is doing in go-yaml). Perhaps a new DecodeOption?
-
Updated
May 22, 2020 - Erlang
-
Updated
May 15, 2020 - D
Here's a piece of a request definition in one of my source files:
- name: date
description: The date
in: path
required: true
schema:
type: string
format: date
example: 2019-12-25
And here's the same section after merging with yamlinc:
- name: date
description: The date
in:
-
Updated
May 22, 2020 - Python
Currently, in index.js, we have hardcoded the backend address as "localhost". There should be a way to change this as per our need
-
Updated
Feb 6, 2019 - JavaScript
I'm trying to parse some real world manually written documents with some type inconsistencies:
{
a_func: ["Math.negate"]
b_func: ["Math.divide", 1000]
c_func: "Math.abs"
}In this case there are just one or two fields like this in otherwise very large documents, so Legivel technically gets me to 99% of my task except for this specific case.
Would it be somehow poss
-
Updated
Apr 7, 2020 - Python
-
Updated
Jan 22, 2018 - PHP
-
Updated
May 25, 2020 - Python
-
Updated
Jan 8, 2020 - PHP
-
Updated
Apr 5, 2019 - Lua
-
Updated
Jan 6, 2020 - Go
-
Updated
Sep 6, 2018 - Vala
Documentation
Provide more documentation.
- Overall root
README.md - Directory specific readme's
- Use of docker-compose labels
-
Updated
Aug 7, 2017 - HTML
Improve this page
Add a description, image, and links to the yaml-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the yaml-parser topic, visit your repo's landing page and select "manage topics."


Similar to the Email validator.