Amirhossein Akhlaghpour 568927349d
Fix and Allow Number and Boolean type to be key in from yaml (#7607)
Fix and Allow Number and Boolean type to be key in Yaml .

For example : 
`"200 : " | from yaml` not allowed because of Number key type.

PR allow , we can use Boolean and Number for key. 
For example :
`"true : false" | from yaml`
`"5050 : it is number" | from yaml`

Fixes #7222 .
2022-12-27 08:28:24 -08:00
..
2022-12-26 02:31:26 -05:00
2022-12-26 02:31:26 -05:00
2022-12-27 15:44:03 +08:00
2022-12-26 02:31:26 -05:00
2022-12-26 16:40:34 +08:00
2022-12-26 02:31:26 -05:00
2022-12-26 02:31:26 -05:00
2022-12-26 02:31:26 -05:00
2022-12-26 02:31:26 -05:00
2022-11-22 16:58:11 -08:00