Group
Extension

Matches 1

YAML-Ordered-Conditional ( L/LN/LNATION/YAML-Ordered-Conditional-0.04.tar.gz, LNATION, 2025; MetaCPAN )
YAML-Ordered-Conditional/lib/YAML/Ordered/Conditional.pm ( view source; MetaCPAN )
k: 2
	  if:
	    key: country
	    m: Thailand
	    then:
	      rank: 1
	  key: countries
	|;

	$json = $c->compile($yaml, {
		countries => [
			{ country => "Thailand" },
			{ country => "Indonesia"

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.