parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

G_Z 01.05.2017 20:57

@main[]
$hash[
	$.3[
		$.item[3]
		$.quantity[6]
		$.price[100]
	]
	$.4[
		$.item[4]
		$.quantity[1]
		$.price[99]
	]
]
$table[^table::create{item	quantity	price}]
^hash.foreach[;item]{
	^table.append[$item]
}

$json[
  $.uuid[123]
  $.items[$table]
  $.create_at[^date::now[]]
]

^json:string[$json]