Vendinois / JSON_Beef

A JSON parser library made in the Beef programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with lists

Jonathan-Racaud opened this issue · comments

In regard to the addition of JsonList and the following comment:

kochol commented on 5f7f50
I think maybe you should ask beefy about list problem maybe he knows a solution or add a solution to Beef

I will open a discussion on the Beef repository, maybe there's a reason for not giving reflection capabilities to corelib types.

The end goal is to be able to use any kind of type that derives from List or Array if possible. So with the language's evolution there might not be any more use for that JsonList class, hence why I will not add more functionalities to it. So it can be easily be swapped with the List class in the future.

Next versions of Beef should give better feature to add reflection to corelib types.

Reflection to List type have been added.